From f7a0eb7624fa323a37f9fb0e306d7e1bbc745e15 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 30 Jan 2003 21:39:12 +0000 Subject: grab the keyboard during move/resize to make sure the popup doesnt get left onscreen if the modifiers are released before the button --- src/python.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/python.hh') 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); -- cgit v1.2.3