GNOME Bugzilla – Bug 737363
testgtk.c fails to compile when building for Wayland
Last modified: 2014-09-25 21:49: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.
Review of attachment 287069 [details] [review]: Obviously correct, thanks!