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 737363 - testgtk.c fails to compile when building for Wayland
testgtk.c fails to compile when building for Wayland
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-25 12:51 UTC by Eric Le Bihan
Modified: 2014-09-25 21:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix testgtk.c when building for Wayland (829 bytes, patch)
2014-09-25 12:51 UTC, Eric Le Bihan
committed Details | Review

Description Eric Le Bihan 2014-09-25 12:51:03 UTC
Created attachment 287069 [details] [review]
Fix testgtk.c when building for Wayland

When trying to build gtk+ 3.14.0 with Wayland backend, tests/testgtk.c fails to compile because of the wrong usage of GDK_WINDOWING_WAYLAND instead of GDK_WINDOWING_X11.

The attached patch fixes this issue.
Comment 1 Matthias Clasen 2014-09-25 15:57:56 UTC
Review of attachment 287069 [details] [review]:

Obviously correct, thanks!