From 711a7d8c5623814c374ed6f56476bc616cb9391f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 02:24:43 +0000 Subject: supply python routines for next/prev workspace --- 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 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); -- cgit v1.2.3