]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
let clients be remaximized to adjust to new surroundings/struts
[chaz/openbox] / src / python.hh
index 42b9726f50081ca752721f8fab64545bb42b3c69..8b6c4ae88e3d7031874d45c66124227055891b36 100644 (file)
@@ -46,6 +46,7 @@ struct MouseContext {
 struct MouseAction {
   enum MA {
     Press,
+    Release,
     Click,
     DoubleClick,
     Motion
@@ -248,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.022101 seconds and 4 git commands to generate.