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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index 27dc057043..bb26f756a2 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -58,7 +58,8 @@ struct vo_wayland_state {
int display_fd;
- uint32_t formats;
+ struct wl_shm *shm;
+ uint32_t shm_formats;
} display;
struct {
@@ -85,7 +86,6 @@ struct vo_wayland_state {
} window;
struct {
- struct wl_shm *shm;
struct wl_cursor *default_cursor;
struct wl_cursor_theme *theme;
struct wl_surface *surface;