diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index afa5964a..81fafa10 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -169,7 +169,7 @@ protected: void sizeAllocateEnd (); void containerSizeChangedForChildrenOOF (); void drawOOF (core::View *view, core::Rectangle *area); - core::Widget *getWidgetOOFAtPoint (int x, int y, int level); + core::Widget *getWidgetOOFAtPoint (int x, int y); static bool isOOFContainer (Widget *widget, int oofmIndex); @@ -181,6 +181,8 @@ protected: void removeChild (Widget *child); + core::Widget *getWidgetAtPoint (int x, int y); + public: static int CLASS_ID; |