From f633c5f057f3f19df20a31ee4bb62f27902b7e74 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 Aug 2002 18:21:10 +0000 Subject: allow the user to specify the modmask used to mouse events on windows --- src/Window.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Window.hh') diff --git a/src/Window.hh b/src/Window.hh index 2372b5b1..49182bb2 100644 --- a/src/Window.hh +++ b/src/Window.hh @@ -134,6 +134,7 @@ private: unsigned int window_number; unsigned long current_state; + unsigned int mod_mask; // the mod mask used to grab buttons enum FocusMode { F_NoInput = 0, F_Passive, F_LocallyActive, F_GloballyActive }; -- cgit v1.2.3