diff options
Diffstat (limited to 'src/bindings.hh')
| -rw-r--r-- | src/bindings.hh | 4 |
1 files changed, 1 insertions, 3 deletions
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); }; } |
