diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-25 11:39:53 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-25 11:39:53 +0200 |
commit | a3486120edf86a0248f0162e5cae2ab7250c9848 (patch) | |
tree | 98a079b7125debaf44e62111ac64668f2e05c8a7 /dw/ooffloatsmgr.hh | |
parent | bcebc40e56a88fac5fbdd4cc04d74d53ac6ec3ff (diff) |
Some work on mouse events (getWidgetAtPoint).
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 47bcbab4..75bc596e 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -285,8 +285,7 @@ private: void drawFloats (SortedFloatsVector *list, core::View *view, core::Rectangle *area); - core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y, - int level); + core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y); bool collidesV (Float *vloat, Float *other, SFVType type, int *yReal); bool collidesH (Float *vloat, Float *other, SFVType type); @@ -343,7 +342,7 @@ public: void markSizeChange (int ref); void markExtremesChange (int ref); - core::Widget *getWidgetAtPoint (int x, int y, int level); + core::Widget *getWidgetAtPoint (int x, int y); static bool _isWidgetOutOfFlow (core::Widget *widget); static bool _isWidgetHandledByOOFM (core::Widget *widget); |