summaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-10 18:21:10 +0000
committerDana Jansens <danakj@orodu.net>2002-08-10 18:21:10 +0000
commitf633c5f057f3f19df20a31ee4bb62f27902b7e74 (patch)
treea1e817bf10181f14a825890ada1c1da95a113cab /src/Window.hh
parent6e07a64d3306ac26c0cb6bd029356fe1fcee4756 (diff)
allow the user to specify the modmask used to mouse events on windows
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh1
1 files changed, 1 insertions, 0 deletions
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 };