all repos — openbox @ 080b36cfc21916534c375e478cd36e5623512d82

openbox fork - make it a bit more like ryudo

export the NumLock and ScrollLock masks
Dana Jansens danakj@orodu.net
commit

080b36cfc21916534c375e478cd36e5623512d82

parent

89142ea6b4049d7d7471a1b0aa230be3a4aeef89

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M openbox/event.hopenbox/event.h

@@ -4,6 +4,11 @@

/*! Time at which the last event with a timestamp occured. */ extern Time event_lasttime; +/*! The value of the mask for the NumLock modifier */ +extern unsigned int NumLockMask; +/*! The value of the mask for the ScrollLock modifier */ +extern unsigned int ScrollLockMask; + void event_startup(); void event_shutdown();