diff options
author | raveit65 <[email protected]> | 2016-06-10 16:00:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-11 13:03:09 +0200 |
commit | d85c96ad64439b97ece44f7da927338c85cf6d19 (patch) | |
tree | b70b4d38a355fd40fb4a3f822e58457e055f2181 /src/terminal-profile.h | |
parent | 40a42eb82a124ba4ded557cdb7d0b8a9076af8eb (diff) | |
download | mate-terminal-d85c96ad64439b97ece44f7da927338c85cf6d19.tar.bz2 mate-terminal-d85c96ad64439b97ece44f7da927338c85cf6d19.tar.xz |
port GdkColors to GdkRGBA and GtkColorButton to GtkColorChooser
with help from Alexei Sorokin
inspired from:
https://git.gnome.org/browse/gnome-terminal/commit/?id=84099c3
Diffstat (limited to 'src/terminal-profile.h')
-rw-r--r-- | src/terminal-profile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal-profile.h b/src/terminal-profile.h index a60d4c9..eae5a53 100644 --- a/src/terminal-profile.h +++ b/src/terminal-profile.h @@ -174,7 +174,7 @@ const char* terminal_profile_get_property_string (TerminalProfile *prof const char *prop_name); gboolean terminal_profile_get_palette (TerminalProfile *profile, - GdkColor *colors, + GdkRGBA *colors, guint *n_colors); gboolean terminal_profile_get_palette_is_builtin (TerminalProfile *profile, @@ -185,7 +185,7 @@ void terminal_profile_set_palette_builtin (TerminalProfile *prof gboolean terminal_profile_modify_palette_entry (TerminalProfile *profile, guint i, - const GdkColor *color); + const GdkRGBA *color); G_END_DECLS |