]> Dogcows Code - chaz/openbox/blobdiff - src/bindings.hh
updated wrappers
[chaz/openbox] / src / bindings.hh
index 8a2f03e1df2371550bcd7084fbf4ed958f4bbe7d..021014044152fd410515059cf96ae79748584c6f 100644 (file)
@@ -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);
 
@@ -125,7 +125,7 @@ public:
   //! Removes all button bindings
   void removeAllButtons();
 
-  void fireButton(ButtonData *data);
+  void fireButton(MouseData *data);
 
   //! Bind a callback for an event
   bool addEvent(EventAction action, PyObject *callback);
This page took 0.020262 seconds and 4 git commands to generate.