summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-21 04:25:10 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:47:43 +0300
commit49ac1f06cac12dd412a14473e5fd0d5b7c8cf001 (patch)
tree54f5c97756e6a5b81a8f1321c505eef53ea67f60 /libvo/x11_common.h
parent49461e04d0ecbf08c636f80b6aa1617db061e92f (diff)
downloadmpv-49ac1f06cac12dd412a14473e5fd0d5b7c8cf001.tar.bz2
mpv-49ac1f06cac12dd412a14473e5fd0d5b7c8cf001.tar.xz
Move static mouse hide timers to x11 struct
Diffstat (limited to 'libvo/x11_common.h')
-rw-r--r--libvo/x11_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/x11_common.h b/libvo/x11_common.h
index b40755962a..2d498166f4 100644
--- a/libvo/x11_common.h
+++ b/libvo/x11_common.h
@@ -22,6 +22,8 @@ struct vo_x11_state {
GC f_gc;
XSizeHints vo_hint;
+ unsigned int mouse_timer;
+ int mouse_waiting_hide;
unsigned int olddecor;
unsigned int oldfuncs;