GNOME Bugzilla – Bug 619649
Remove deprecated code from GdkColor
Last modified: 2010-09-27 00:35:57 UTC
Patch attached
Created attachment 161966 [details] [review] Remove deprecated code from GdkColor I wonder if makes sense the "writeable" parameter on gdk_colormap_alloc_color(), now that gdk_color_change() is removed
Review of attachment 161966 [details] [review]: Looks good to me. Is there any way anymore to modify a colour? Then maybe the code paths for that could be removed and gdk_colormap_alloc_color could simply state "writeable: this value is ignored".
Looks good to me as well. And stating that writeable is ignored would be good
Comment on attachment 161966 [details] [review] Remove deprecated code from GdkColor committed with the documentation notes. commit 2ace397eb52df6627bbcd8caef40a7dab82618f8
Created attachment 162896 [details] [review] Remove unneeded code from GdkColor x11 and win32 implementations If we assume that gdk_colormap_alloc_colors() writable parameter is always FALSE we can remove all this unneeded code
GdkColormap was removed in GTK+3, so we can close this bug now.