summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
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;