diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 17:44:53 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 17:49:28 +0100 |
commit | 3d28adf31779632d980097b92c472904b258a520 (patch) | |
tree | 5126310aeeaf8ca0fc1b0a5f26c0d5c26f025241 /gtk/gtkmodifierstyle.h | |
parent | cd76b057e9693b6919f4ccbe40ce205efc8d3caf (diff) | |
download | gtk+-3d28adf31779632d980097b92c472904b258a520.tar.gz |
Make gtk_widget_override_cursor() take GdkRGBAs
Even though the style properties have the GdkColor type, the other
gtk_widget_override_* API takes RGBA colors, so it is consistent
now.
Diffstat (limited to 'gtk/gtkmodifierstyle.h')
-rw-r--r-- | gtk/gtkmodifierstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodifierstyle.h b/gtk/gtkmodifierstyle.h index 6275b7c657..e211a8070f 100644 --- a/gtk/gtkmodifierstyle.h +++ b/gtk/gtkmodifierstyle.h @@ -67,7 +67,7 @@ void gtk_modifier_style_map_color (GtkModifierStyle *style, void gtk_modifier_style_set_color_property (GtkModifierStyle *style, GType widget_type, const gchar *prop_name, - const GdkColor *color); + const GdkRGBA *color); G_END_DECLS |