summaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-22 14:10:32 +0200
committerSebastian Geerken <devnull@localhost>2014-09-22 14:10:32 +0200
commited66235f15f5098750586fb1b5b12990d4e0d668 (patch)
tree1c659d45118e299f5ec8cb93f4fe067df5e75092 /dw/oofpositionedmgr.cc
parentfd66852e8f75e67bdce79385dbab292e4e5fc647 (diff)
Extended signature of OOFM::tellPosition.
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r--dw/oofpositionedmgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc
index 8257e0b9..61bc3c7f 100644
--- a/dw/oofpositionedmgr.cc
+++ b/dw/oofpositionedmgr.cc
@@ -231,7 +231,7 @@ Widget *OOFPositionedMgr::getWidgetAtPoint (int x, int y, int level)
return NULL;
}
-void OOFPositionedMgr::tellPosition (Widget *widget, int yReq)
+void OOFPositionedMgr::tellPosition (Widget *widget, int x, int y)
{
}