]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
grab the keyboard during move/resize to make sure the popup doesnt get left onscreen...
[chaz/openbox] / src / python.hh
index 90df3e10c34118e1b2a4c44db9f61cbcedaa47e8..8b6c4ae88e3d7031874d45c66124227055891b36 100644 (file)
@@ -249,6 +249,9 @@ PyObject *kbind(PyObject *keylist, ob::KeyContext::KC context, PyObject *func);
 PyObject *kgrab(int screen, PyObject *func);
 PyObject *kungrab();
 
+PyObject *mgrab(int screen);
+PyObject *mungrab();
+
 PyObject *ebind(ob::EventAction::EA action, PyObject *func);
 
 void set_reset_key(const std::string &key);
This page took 0.020455 seconds and 4 git commands to generate.