summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-17 01:59:08 +0200
committerwm4 <wm4@nowhere>2014-05-17 02:27:46 +0200
commit3afff3fe9be3b37650cb9d9154de581a56b82939 (patch)
tree637708775dba6c95e49ff77d2f4961c1d52c11f3 /video/out/x11_common.h
parent4807f8bdd2dca6c317c40af96bb6092dfe77c931 (diff)
downloadmpv-3afff3fe9be3b37650cb9d9154de581a56b82939.tar.bz2
mpv-3afff3fe9be3b37650cb9d9154de581a56b82939.tar.xz
x11: remove vo_hint member
Now it's always recreated in vo_x11_sizehint(). Also, the Xlib manual says you must use XAllocSizeHints() (for ABI reasons), so do that.
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index d410809c09..a9e685a054 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -59,7 +59,6 @@ struct vo_x11_state {
int fs_layer;
int fs; // whether we assume the window is in fullscreen mode
- XSizeHints vo_hint;
bool mouse_cursor_hidden;
int orig_layer;