summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-17 03:02:47 +0200
committerwm4 <wm4@nowhere>2014-05-17 03:02:47 +0200
commitb4ccf765afcd8803bd397d7b68e3aca629f66e1f (patch)
tree513b5f932280f5834dec53c0aa1f05db0db05d0e /video
parent625ad57add3070a2ad187a659694e628fe037953 (diff)
downloadmpv-b4ccf765afcd8803bd397d7b68e3aca629f66e1f.tar.bz2
mpv-b4ccf765afcd8803bd397d7b68e3aca629f66e1f.tar.xz
x11: remove some unused fields
Diffstat (limited to 'video')
-rw-r--r--video/out/x11_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index a9e685a054..6a0d59a667 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -53,10 +53,7 @@ struct vo_x11_state {
Colormap colormap;
int wm_type;
- int fs_type;
bool window_hidden;
- int fs_flip;
- int fs_layer;
int fs; // whether we assume the window is in fullscreen mode
bool mouse_cursor_hidden;