summaryrefslogtreecommitdiff
path: root/src/video/wayland/SDL_waylandvideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/wayland/SDL_waylandvideo.h')
-rw-r--r--src/video/wayland/SDL_waylandvideo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video/wayland/SDL_waylandvideo.h b/src/video/wayland/SDL_waylandvideo.h
index 04083bff2..354947424 100644
--- a/src/video/wayland/SDL_waylandvideo.h
+++ b/src/video/wayland/SDL_waylandvideo.h
@@ -20,6 +20,7 @@
*/
#include "../../SDL_internal.h"
+#include "SDL_stdinc.h"
#ifndef SDL_waylandvideo_h_
#define SDL_waylandvideo_h_
@@ -91,6 +92,7 @@ typedef struct {
struct wl_output *output;
float scale_factor;
int width, height, refresh, transform;
+ SDL_bool done;
} SDL_WaylandOutputData;
#endif /* SDL_waylandvideo_h_ */