summaryrefslogtreecommitdiff
path: root/dw/ooffloatsmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-23 12:29:38 +0200
committerSebastian Geerken <devnull@localhost>2014-10-23 12:29:38 +0200
commitd39956a7b0a38ebeda147d52aa734e992c425d9f (patch)
treeaa66d82bb61a4c38ff0de04bec8dad62d69f6294 /dw/ooffloatsmgr.hh
parent3afc8db366cdfed92f5c53a606cfc82e551c9084 (diff)
More work on drawing: interruptions work now halfway.
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r--dw/ooffloatsmgr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh
index e90a72be..f7f994d7 100644
--- a/dw/ooffloatsmgr.hh
+++ b/dw/ooffloatsmgr.hh
@@ -286,7 +286,7 @@ private:
core::Widget *drawFloats (SortedFloatsVector *list, core::View *view,
core::Rectangle *area,
- lout::container::untyped::Stack *iterator,
+ core::StackingIteratorStack *iteratorStack,
int *index, int startIndex);
core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y);
@@ -343,7 +343,7 @@ public:
void sizeAllocateEnd (OOFAwareWidget *caller);
void containerSizeChangedForChildren ();
core::Widget *draw (core::View *view, core::Rectangle *area,
- lout::container::untyped::Stack *iterator, int *index);
+ core::StackingIteratorStack *iteratorStack, int *index);
void markSizeChange (int ref);
void markExtremesChange (int ref);