diff options
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index 12f7d7da..1c0b5f03 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -285,10 +285,7 @@ private: bool haveExtremesChanged (Side side); void drawFloats (SortedFloatsVector *list, core::View *view, - core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - core::Widget **interruptedWidget, int *index, - int startIndex); + core::Rectangle *area, core::DrawingContext *context); core::Widget *getFloatWidgetAtPoint (SortedFloatsVector *list, int x, int y, core::StackingIteratorStack *iteratorStack, @@ -348,8 +345,7 @@ public: void sizeAllocateEnd (OOFAwareWidget *caller); void containerSizeChangedForChildren (); void draw (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - core::Widget **interruptedWidget, int *index); + core::DrawingContext *context); void markSizeChange (int ref); void markExtremesChange (int ref); |