GNOME Bugzilla – Bug 630724
Update for GTK3 rendering-cleanup
Last modified: 2010-09-29 16:08:48 UTC
This patch is the simplest way to update gnome-desktop to the changes that just landed in GTK. Christian Persch has a branch in gnome git, but that branch does some more changes. Unfortunately I can't really test these changes right now because my GTK3 Nautilus goes all crazy and doesn't seem to work right. There doesn't seem to be any simple application to test gnome-bg with I guess?
Created attachment 171197 [details] [review] gnome-bg: Update for GTK3 changes
Created attachment 171238 [details] [review] an additional patch Here is an additional patch to avoid warnings from gdk_error_trap_pop()
Review of attachment 171197 [details] [review]: ::: libgnome-desktop/gnome-bg.c @@ +973,2 @@ * * Since: 2.20 Should probably remove since markers when changing the api. @@ +1232,2 @@ /** + * gnome_bg_get_surface_from_root: Here you change the function name in the doc comment, but not in the code.
Pushed the patch after fixing your comments and renaming all "pixmap" to "surface".