wayland: Move gtk-shell compatibility version define too

https://bugzilla.gnome.org/show_bug.cgi?id=745721
This commit is contained in:
Jonas Ådahl
2015-03-16 20:00:50 +08:00
committed by Matthias Clasen
parent c7672699e9
commit 4e930ada32
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,8 @@
#define WL_SURFACE_HAS_BUFFER_SCALE 3
#define SUPPORTED_GTK_SHELL_VERSION 1
#define GDK_WINDOW_IS_WAYLAND(win) (GDK_IS_WINDOW_IMPL_WAYLAND (((GdkWindow *)win)->impl))
GdkKeymap *_gdk_wayland_keymap_new (void);