summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-06 18:44:57 +0200
committerwm4 <wm4@nowhere>2014-06-06 18:45:38 +0200
commit79e76abb4d87601b9e549bef1d90f577f107a6c2 (patch)
tree93ac2409ff0df4f96544da22b643a1f262527fdf /video/out/x11_common.h
parentcdcdddfc63ecccc026d179bf619c2df5bfe98f6c (diff)
downloadmpv-79e76abb4d87601b9e549bef1d90f577f107a6c2.tar.bz2
mpv-79e76abb4d87601b9e549bef1d90f577f107a6c2.tar.xz
x11: cleanup motif hints handling
It seems we can't really get rid of this. There are no other hints to remove decorations that work across all reasonable WMs, so we're stuck with the ugly motif stuff. But at least we can make the code for it less ugly.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 0960a15dec..72386543de 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -79,10 +79,6 @@ struct vo_x11_state {
bool size_changed_during_fs;
bool pos_changed_during_fs;
- bool got_motif_hints;
- unsigned int olddecor;
- unsigned int oldfuncs;
-
XComposeStatus compose_status;
/* XShm stuff */