GNOME Bugzilla – Bug 657230
Build fix for non-X11 systems
Last modified: 2011-08-24 15:44:43 UTC
Created attachment 194566 [details] [review] Fix for clutter-gtk/gtk-clutter-embed.c on non-X11 systems Hi, In clutter-gtk/gtk-clutter-embed.c, the XEvent *xevent = native_event; line in the function gtk_clutter_filter_func is outside of the #ifdef HAVE_CLUTTER_GTK_X11 guard, which will cause the build to fail on non-X11. The trivial patch attempts to remedy this. Thank you, and God bless!
Review of attachment 194566 [details] [review]: looks good.
Hi, Committed as a4049deb8fdb43. Thanks and God Bless!