summaryrefslogtreecommitdiff
path: root/dw/stackingcontextmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-25 13:58:18 +0200
committerSebastian Geerken <devnull@localhost>2014-10-25 13:58:18 +0200
commitb93f16f2d770309eb49d9a3275a42e294a164f1a (patch)
tree9ca970199824b59bcb1aeea2bbd9cf75f1ff9bd8 /dw/stackingcontextmgr.cc
parentdcf6e00e9b790e0868d8863f140567eef5e540c1 (diff)
Fixed problems with getWidgetAtPoint.
Diffstat (limited to 'dw/stackingcontextmgr.cc')
-rw-r--r--dw/stackingcontextmgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/stackingcontextmgr.cc b/dw/stackingcontextmgr.cc
index 9f8747f9..cbdef129 100644
--- a/dw/stackingcontextmgr.cc
+++ b/dw/stackingcontextmgr.cc
@@ -172,7 +172,7 @@ Widget *StackingContextMgr::getWidgetAtPoint (int x, int y,
int startZIndex, int endZIndex,
int *index)
{
- DBG_OBJ_ENTER ("events", 0, "getWidgetAtPointBottom", "%d, %d", x, y);
+ DBG_OBJ_ENTER ("events", 0, "getWidgetAtPoint", "%d, %d", x, y);
Widget *widgetAtPoint = NULL;