summaryrefslogtreecommitdiff
path: root/util/epist/epist.hh
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/epist.hh')
-rw-r--r--util/epist/epist.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/epist/epist.hh b/util/epist/epist.hh
index 7bd0d276..c0687e02 100644
--- a/util/epist/epist.hh
+++ b/util/epist/epist.hh
@@ -67,6 +67,11 @@ public:
void removeWindow(XWindow *window);
XWindow *findWindow(Window window) const;
+ void getLockModifiers(int &numlockMask, int &scrolllockMask) const {
+ numlockMask = NumLockMask;
+ scrolllockMask = ScrollLockMask;
+ }
+
const ActionList &actions(void) { return _actions; }
};