X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings.hh;fp=src%2Fbindings.hh;h=5d1df29b97e6c9a8b4344c698208df1ac2986fc1;hb=ca3e463057ebf8a7a48a5997aedc062cdac72f3f;hp=51e2b213131195908e16ad49128b6981b634cf9a;hpb=b35dae95a5cdb902f1661b9572af47c3f55c975c;p=chaz%2Fopenbox diff --git a/src/bindings.hh b/src/bindings.hh index 51e2b213..5d1df29b 100644 --- a/src/bindings.hh +++ b/src/bindings.hh @@ -120,9 +120,7 @@ public: void grabButtons(bool grab, OBClient *client); - void fire(MouseAction action, OBWidget::WidgetType type, Window win, - unsigned int modifiers, unsigned int button, - int xroot, int yroot, Time time); + void fire(ButtonData *data); }; }