From 080b36cfc21916534c375e478cd36e5623512d82 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 18:55:36 +0000 Subject: [PATCH] export the NumLock and ScrollLock masks --- openbox/event.h | 5 +++++ 1 file changed, 5 insertions(+) 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(); -- 2.39.2