From c76c65441adbd4301c7f4f86ff906d7b30c5c3d1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2013 23:24:56 +0200 Subject: x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY --- video/out/x11_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'video/out/x11_common.h') 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; -- cgit v1.2.3