]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/ui/gtk.h
ui: use evdev keymap when running under wayland
[mirror_qemu.git] / include / ui / gtk.h
index 42ca0fea8b5a00b707030a7d36c4f1dd7d8f6bf1..b3b50059c7c06f78301a31dd7c2b1e78d9d428d0 100644 (file)
 #include <X11/XKBlib.h>
 #endif
 
+#ifdef GDK_WINDOWING_WAYLAND
+#include <gdk/gdkwayland.h>
+#endif
+
 #if defined(CONFIG_OPENGL)
 #include "ui/egl-helpers.h"
 #include "ui/egl-context.h"