GNOME Bugzilla – Bug 791921
gdk/gdkx.h and gdk/gdkwayland.h should be included conditionally
Last modified: 2017-12-24 14:22:14 UTC
gdk/gdkx.h and gdk/gdkwayland.h are only available when the corresponding GTK+ backends are enabled. Including them unconditionally in file examples/fullscreen-renderer.c can cause compilation error on non-wayland systems.
Created attachment 365934 [details] [review] examples: Fix build when wayland backend is disabled in GTK+
Attachment 365934 [details] pushed as 0ead1eb - examples: Fix build when wayland backend is disabled in GTK+
Thanks