]> Dogcows Code - chaz/openbox/blobdiff - util/epist/epist.hh
acquire and provide Xinerama information for the window manager. now we just gotta...
[chaz/openbox] / util / epist / epist.hh
index 7bd0d27661c830ca0c2755b7cec2538d01b0058c..c0687e021cb0edcc58cd79d2401c956021bf7fdb 100644 (file)
@@ -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; }
 };
 
This page took 0.021315 seconds and 4 git commands to generate.