diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-03 05:26:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-03 05:26:04 +0000 |
| commit | ca3e463057ebf8a7a48a5997aedc062cdac72f3f (patch) | |
| tree | 38c809333c9e11626d87bbd78a08cbe05169d43b /src/bindings.hh | |
| parent | b35dae95a5cdb902f1661b9572af47c3f55c975c (diff) | |
moving a window is possible once again
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); }; } |
