diff options
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 3 |
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); |
