22 #include "../../SDL_internal.h"
24 #ifndef SDL_waylandvideo_h_
25 #define SDL_waylandvideo_h_
38 #include "wayland-util.h"
41 struct SDL_WaylandInput;
43 #ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
44 struct SDL_WaylandTouch;
45 struct qt_surface_extension;
46 struct qt_windowmanager;
57 struct xdg_wm_base *
xdg;
58 struct zxdg_shell_v6 *
zxdg;
72 #ifdef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH
73 struct SDL_WaylandTouch *touch;
74 struct qt_surface_extension *surface_extension;
75 struct qt_windowmanager *windowmanager;