aboutsummaryrefslogtreecommitdiff
path: root/dw/stackingcontextmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/stackingcontextmgr.hh')
-rw-r--r--dw/stackingcontextmgr.hh6
1 files changed, 5 insertions, 1 deletions
diff --git a/dw/stackingcontextmgr.hh b/dw/stackingcontextmgr.hh
index cbb59231..684fac23 100644
--- a/dw/stackingcontextmgr.hh
+++ b/dw/stackingcontextmgr.hh
@@ -25,7 +25,8 @@ private:
int minZIndex, maxZIndex;
void draw (View *view, Rectangle *area, int startZIndex, int endZIndex);
-
+
+ Widget *getWidgetAtPoint (int x, int y, int startZIndex, int endZIndex);
public:
StackingContextMgr (Widget *widget);
~StackingContextMgr ();
@@ -47,6 +48,9 @@ public:
void drawBottom (View *view, Rectangle *area);
void drawTop (View *view, Rectangle *area);
+
+ Widget *getTopWidgetAtPoint (int x, int y);
+ Widget *getBottomWidgetAtPoint (int x, int y);
};
} // namespace core