X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=util%2Fepist%2Fepist.hh;h=c0687e021cb0edcc58cd79d2401c956021bf7fdb;hb=bcb14a3ce94ee4b4cba07de7a297470719390331;hp=7bd0d27661c830ca0c2755b7cec2538d01b0058c;hpb=8e601e4a64b37f333fc3a5f844e4d72d6f289415;p=chaz%2Fopenbox 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; } };