aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
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/outofflowmgr.hh
parentfd66852e8f75e67bdce79385dbab292e4e5fc647 (diff)
Extended signature of OOFM::tellPosition.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 405db354..9a9032a7 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -38,7 +38,7 @@ public:
virtual void moveExternalIndices (OOFAwareWidget *generator,
int oldStartIndex, int diff) = 0;
- virtual void tellPosition (core::Widget *widget, int yReq) = 0;
+ virtual void tellPosition (core::Widget *widget, int x, int y) = 0;
virtual void getSize (core::Requisition *containerReq, int *oofWidth,
int *oofHeight) = 0;