diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 02:24:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 02:24:43 +0000 |
| commit | 711a7d8c5623814c374ed6f56476bc616cb9391f (patch) | |
| tree | d57e347fb2a2c53aee52c5a1f9aebb6719a260b6 /src/bindings.hh | |
| parent | d7cc09cebd23e052f230414f0ad7fb385e3cd2ef (diff) | |
supply python routines for next/prev workspace
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings.hh b/src/bindings.hh index 8a2f03e1..00439e1e 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -111,7 +111,7 @@ public: //! Removes all key bindings void removeAllKeys(); - void fireKey(unsigned int modifiers,unsigned int key, Time time); + void fireKey(int screen, unsigned int modifiers,unsigned int key, Time time); void setResetKey(const std::string &key); |
