summaryrefslogtreecommitdiffstats
path: root/video/out/wayland_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/wayland_common.h')
-rw-r--r--video/out/wayland_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 5aa6f6d612..a518b8b93f 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -31,7 +31,7 @@ typedef struct {
struct wayland_opts {
int configure_bounds;
int content_type;
- int disable_vsync;
+ bool disable_vsync;
int edge_pixels_pointer;
int edge_pixels_touch;
};