aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-31 14:42:28 +0100
committerSebastian Geerken <devnull@localhost>2015-01-31 14:42:28 +0100
commiteac1c960c8c875715fdb8d123e4c19302d93eb00 (patch)
tree5160a48e11c0047f31a9898de6144dea894358db /dw/oofpositionedmgr.cc
parente1eaf4d64bcafcd5b2f50153dd7db0106223012c (diff)
Relative positions, part 5: more bug fixes.
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r--dw/oofpositionedmgr.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc
index 1d2248d7..5834a729 100644
--- a/dw/oofpositionedmgr.cc
+++ b/dw/oofpositionedmgr.cc
@@ -163,7 +163,11 @@ Widget *OOFPositionedMgr::getWidgetAtPoint (int x, int y,
return widgetAtPoint;
}
-void OOFPositionedMgr::tellPosition (Widget *widget, int x, int y)
+void OOFPositionedMgr::tellPosition1 (Widget *widget, int x, int y)
+{
+}
+
+void OOFPositionedMgr::tellPosition2 (Widget *widget, int x, int y)
{
DBG_OBJ_ENTER ("resize.oofm", 0, "tellPosition", "%p, %d, %d",
widget, x, y);