From: Dana Jansens Date: Wed, 19 Mar 2003 18:55:36 +0000 (+0000) Subject: export the NumLock and ScrollLock masks X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=080b36cfc21916534c375e478cd36e5623512d82;p=chaz%2Fopenbox export the NumLock and ScrollLock masks --- diff --git a/openbox/event.h b/openbox/event.h index 9153116e..03174146 100644 --- a/openbox/event.h +++ b/openbox/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();