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/widget.hh | |
parent | bcebc40e56a88fac5fbdd4cc04d74d53ac6ec3ff (diff) |
Some work on mouse events (getWidgetAtPoint).
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index ca98308e..9acb6605 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -492,7 +492,7 @@ public: inline Layout *getLayout () { return layout; } - virtual Widget *getWidgetAtPoint (int x, int y, int level); + virtual Widget *getWidgetAtPoint (int x, int y); void scrollTo (HPosition hpos, VPosition vpos, int x, int y, int width, int height); |