summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 04:41:52 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:47:43 +0300
commitcc8334710e25d3f814bd6668b2cc47adf9921283 (patch)
treee78126022105995f0250fd264f8f0c940a35c24f /libvo/x11_common.h
parent52b3c6097b7cc1e204a139ef778b6ed7972e30ec (diff)
downloadmpv-cc8334710e25d3f814bd6668b2cc47adf9921283.tar.bz2
mpv-cc8334710e25d3f814bd6668b2cc47adf9921283.tar.xz
x11_common: Move vo_old_[x|y|width|height| to x11 struct
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index c266533d11..2f01938183 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -26,6 +26,11 @@ struct vo_x11_state {
int mouse_waiting_hide;
int orig_layer;
int old_gravity;
+ int vo_old_x;
+ int vo_old_y;
+ int vo_old_width;
+ int vo_old_height;
+
unsigned int olddecor;
unsigned int oldfuncs;