GNOME Bugzilla – Bug 636302
Replace some GDK X11 calls with future-proof ones
Last modified: 2010-12-02 23:18:55 UTC
GTK is about to clean up its code and remove duplicate macros and GdkDrawable usage. To prepare for that landing, we use the future-safe versions of the same calls.
Created attachment 175712 [details] [review] Replace some GDK X11 calls with future-proof ones GTK is about to clean up its code and remove duplicate macros and GdkDrawable usage. To prepare for that landing, we use the future-safe versions of the same calls.
Review of attachment 175712 [details] [review]: Looks simple enough.