From ea9af22e62fdae7fc0bd707ef60bcf82ec3c4551 Mon Sep 17 00:00:00 2001 From: Arnon Gilboa Date: Wed, 30 Dec 2009 13:41:58 +0200 Subject: spice: position mouse in primary monitor center after full screen toggle -move _focused & _pointer_in_window from RedWindow to RedWindow_p's -move shadow focus & cursor handling to sync() -add reset_cursor_pos() to Platform -Monitor set_mode()/restore() use virtual do_set_mode()/do_restore() --- client/red_window.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/red_window.h') diff --git a/client/red_window.h b/client/red_window.h index 5721c53a..377d99be 100644 --- a/client/red_window.h +++ b/client/red_window.h @@ -105,8 +105,6 @@ private: Type _type; LocalCursor* _local_cursor; bool _cursor_visible; - bool _focused; - bool _pointer_in_window; bool _trace_key_interception; bool _key_interception_on; Menu* _menu; -- cgit