]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
initialize _modal, its used before the window's type is checked
[chaz/openbox] / src / bindings.hh
index 2b2260e26aeeb40602a169e73a0caa110dbcc3d7..772b2a40840f57e009609f02b236019a8235c05c 100644 (file)
@@ -103,12 +103,12 @@ public:
   */
   bool addKey(const StringVect &keylist, PyObject *callback);
 
-  //! Removes a key binding
-  /*!
-    @return The callbackid of the binding, or '< 0' if there was no binding to
-            be removed.
-  */
-  bool removeKey(const StringVect &keylist, PyObject *callback);
+  ////! Removes a key binding
+  ///*!
+  //  @return The callbackid of the binding, or '< 0' if there was no binding to
+  //          be removed.
+  //*/
+  //bool removeKey(const StringVect &keylist, PyObject *callback);
 
   //! Removes all key bindings
   void removeAllKeys();
@@ -123,6 +123,9 @@ public:
   bool grabKeyboard(int screen, PyObject *callback);
   void ungrabKeyboard();
 
+  bool grabPointer(int screen);
+  void ungrabPointer();
+
   bool addButton(const std::string &but, MouseContext::MC context,
                  MouseAction::MA action, PyObject *callback);
 
This page took 0.023186 seconds and 4 git commands to generate.