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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/video/out/wayland_common.h b/video/out/wayland_common.h
index dce992beb2..955a67b20e 100644
--- a/video/out/wayland_common.h
+++ b/video/out/wayland_common.h
@@ -29,11 +29,6 @@
#include "config.h"
-enum vo_wayland_window_type {
- TYPE_TOPLEVEL,
- TYPE_FULLSCREEN
-};
-
struct vo;
struct vo_wayland_state;
@@ -86,8 +81,6 @@ struct vo_wayland_window {
int events; /* mplayer events (VO_EVENT_RESIZE) */
- enum vo_wayland_window_type type; /* is fullscreen */
-
/* Because the egl windows have a special resize windw function we have to
* register it first before doing any resizing.
* This makes us independet from the output driver */