summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-16 23:24:56 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:19 +0200
commitc76c65441adbd4301c7f4f86ff906d7b30c5c3d1 (patch)
treeb1b09ce78749080ee493f05c9de0b0bda9aa8542 /video/out/x11_common.h
parent3c8f8b7714331746233e288206b247366257cb99 (diff)
downloadmpv-c76c65441adbd4301c7f4f86ff906d7b30c5c3d1.tar.bz2
mpv-c76c65441adbd4301c7f4f86ff906d7b30c5c3d1.tar.xz
x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index ec41f56b4f..8717c225e2 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -57,8 +57,7 @@ struct vo_x11_state {
int fs_layer;
XSizeHints vo_hint;
- unsigned int mouse_timer;
- int mouse_waiting_hide;
+ bool mouse_cursor_hidden;
int orig_layer;
int old_gravity;