After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 657230 - Build fix for non-X11 systems
Build fix for non-X11 systems
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: GtkClutterEmbed
1.0.x
Other Windows
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks: 657237
 
 
Reported: 2011-08-24 11:27 UTC by Fan, Chun-wei
Modified: 2011-08-24 15:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for clutter-gtk/gtk-clutter-embed.c on non-X11 systems (1.12 KB, patch)
2011-08-24 11:27 UTC, Fan, Chun-wei
accepted-commit_now Details | Review

Description Fan, Chun-wei 2011-08-24 11:27:18 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!
Comment 1 Emmanuele Bassi (:ebassi) 2011-08-24 14:39:01 UTC
Review of attachment 194566 [details] [review]:

looks good.
Comment 2 Fan, Chun-wei 2011-08-24 15:44:43 UTC
Hi,

Committed as a4049deb8fdb43.  Thanks and God Bless!