diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-24 09:25:03 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-24 09:25:03 +0000 |
| commit | 084d6f4e42396a5d2baf72877b5abf3ae6fef7be (patch) | |
| tree | 26e017f1eee3c248b89151897d5faa7cd3df65cf /src/python.hh | |
| parent | 91c7e5c378b1a639c6f5383915ed68b36b7735d4 (diff) | |
some intermediate stage. stacked focus cycling is very broken. dont try it. going to have to change how the python stuff works i think!
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 2 |
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); |
