summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 7bad7f1..6ed2d44 100644
--- a/src/data.h
+++ b/src/data.h
@@ -172,6 +172,11 @@ struct modifier_info
unsigned int alt_mod_mask;
unsigned int super_mod_mask;
unsigned int hyper_mod_mask;
+
+ /* Keep track of these because they mess up the grab and should be
+ ignored. */
+ unsigned int num_lock_mask;
+ unsigned int scroll_lock_mask;
};
/* Keeps track of which mod mask each modifier is under. */