diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dw/table.hh b/dw/table.hh index 1a12cb60..23298ac2 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -474,9 +474,8 @@ protected: bool isBlockLevel (); - void drawLevel (core::View *view, core::Rectangle *area, - core::StackingIteratorStack *iteratorStack, - Widget **interruptedWidget, int majorLevel); + void drawLevel (core::View *view, core::Rectangle *area, int level, + core::DrawingContext *context); Widget *getWidgetAtPointLevel (int x, int y, core::StackingIteratorStack *iteratorStack, |