From 084d6f4e42396a5d2baf72877b5abf3ae6fef7be Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 24 Jan 2003 09:25:03 +0000 Subject: some intermediate stage. stacked focus cycling is very broken. dont try it. going to have to change how the python stuff works i think! --- src/bindings.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings.hh') diff --git a/src/bindings.hh b/src/bindings.hh index a9e8c986..259686d2 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -120,7 +120,7 @@ public: void grabKeys(bool grab); - bool grabKeyboard(PyObject *callback); + bool grabKeyboard(int screen, PyObject *callback); void ungrabKeyboard(); bool addButton(const std::string &but, MouseContext context, -- cgit v1.2.3