diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index e3e89c52..7291b01d 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -176,8 +176,7 @@ private: */ void moveOutOfView (ButtonState state) { moveToWidget (NULL, state); } - bool processMouseEvent (MousePositionEvent *event, ButtonEventType type, - bool mayBeSuppressed); + bool processMouseEvent (MousePositionEvent *event, ButtonEventType type); bool buttonEvent (ButtonEventType type, View *view, int numPressed, int x, int y, ButtonState state, int button); |