summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-06 09:01:28 +0000
committersabetts <sabetts>2001-09-06 09:01:28 +0000
commit4fdb7304932cab5d4c5d83b2a9468c9c2dc0f6aa (patch)
tree328a786c9ec4514dbc0e59a0eb9690c1d2b636ab /src/data.h
parentfdf305b75123f1ca5b7e08e951760a93a2c106fd (diff)
downloadratpoison-4fdb7304932cab5d4c5d83b2a9468c9c2dc0f6aa.zip
numlock, caps lock, and scroll lock are ignored for the prefix key.
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. */