diff options
Diffstat (limited to 'dw/layout.cc')
-rw-r--r-- | dw/layout.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 1e3da7ca..1c8c44b7 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -823,6 +823,7 @@ void Layout::enterNotify (View *view, int x, int y, ButtonState state) */ void Layout::leaveNotify (View *view, ButtonState state) { +#if 0 Widget *lastWidget; EventCrossing event; @@ -835,6 +836,9 @@ void Layout::leaveNotify (View *view, ButtonState state) event.currentWidget = widgetAtPoint; lastWidget->leaveNotify (&event); } +#else + moveOutOfView (state); +#endif } /* |