Deprecate GdkColor

It has been replaced by GdkRGBA. Time to make it official.
http://bugzilla.gnome.org/show_bug.cgi?id=636695
This commit is contained in:
Matthias Clasen
2014-05-22 09:05:58 -04:00
parent c3a9a20839
commit 49cf5142ba
28 changed files with 135 additions and 43 deletions

View File

@ -3638,7 +3638,9 @@ get_cursor_color (GtkStyleContext *context,
color->blue = style_color->blue / 65535.0;
color->alpha = 1;
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gdk_color_free (style_color);
G_GNUC_END_IGNORE_DEPRECATIONS
}
else
{