From 49ac1f06cac12dd412a14473e5fd0d5b7c8cf001 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Mon, 21 Apr 2008 04:25:10 +0300 Subject: Move static mouse hide timers to x11 struct --- libvo/x11_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libvo/x11_common.h') 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; -- cgit v1.2.3