summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 21:39:12 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 21:39:12 +0000
commitf7a0eb7624fa323a37f9fb0e306d7e1bbc745e15 (patch)
tree65d4d080f359dff7a3a3de099f1bfc03bfe207ee /src/python.hh
parent3409b046a043d8ffabf2e9c33ea037c2e5be15e4 (diff)
grab the keyboard during move/resize to make sure the popup doesnt get left onscreen if the modifiers are released before the button
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python.hh b/src/python.hh
index 90df3e10..8b6c4ae8 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -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);