summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh
index 91d89b8a..7c31e85c 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -192,7 +192,7 @@ PyObject *mbind(const std::string &button, ob::MouseContext context,
PyObject *kbind(PyObject *keylist, ob::KeyContext context, PyObject *func);
-PyObject *kgrab(PyObject *func);
+PyObject *kgrab(int screen, PyObject *func);
PyObject *kungrab();
PyObject *ebind(ob::EventAction action, PyObject *func);