GNOME Bugzilla – Bug 352293
Remove copy_of_gdk_x11_window_set_user_time from metacity/src/metacity-dialog.c
Last modified: 2006-09-07 22:57:40 UTC
We needed to use gdk_x11_window_set_user_time() before gtk+-2.6 was released, so we made an internal copy, called copy_of_gdk_x11_window_set_user_time(). We should remove the internal copy. Would be a good project for someone new.
Elijah, I want to "kill" this bug. What can I do? How to start? Bruno
Created attachment 72004 [details] [review] using gdk_x11_window_set_user_time instead its copy I think that is all... Am I right?
Yep, looks good. We can apply it after hard code freeze is over. Thanks. :)
2006-09-07 Elijah Newren <newren gmail com> * src/metacity-dialog.c: Patch from Bruno Boaventura de Oliveira Lacerda to replace copy_of_gdk_x11_window_set_user_time() with gdk_x11_window_set_user_time(). We've long since adopted gtk+ >= 2.6 as a dependency. #352293