X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbindings.hh;h=021014044152fd410515059cf96ae79748584c6f;hb=0b12453cf633b914f6712315dfc2c0171d2bb574;hp=8a2f03e1df2371550bcd7084fbf4ed958f4bbe7d;hpb=40449e199dfeab57e8d147e07989aef339a7da59;p=chaz%2Fopenbox diff --git a/src/bindings.hh b/src/bindings.hh index 8a2f03e1..02101404 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); @@ -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);