From f95d312635d5c2a88a367524e4d742ea7771dc01 Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 16 Sep 2014 12:15:37 +0200 Subject: Fixed bug in StackingContextMgr::draw. --- dw/stackingcontextmgr.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dw/stackingcontextmgr.hh') diff --git a/dw/stackingcontextmgr.hh b/dw/stackingcontextmgr.hh index ee062fba..17219436 100644 --- a/dw/stackingcontextmgr.hh +++ b/dw/stackingcontextmgr.hh @@ -37,10 +37,8 @@ public: void addChildSCWidget (Widget *widget); - inline void drawBottom (View *view, Rectangle *area) - { draw (view, area, INT_MIN, -1); } - inline void drawTop (View *view, Rectangle *area) - { draw (view, area, 0, INT_MAX); } + void drawBottom (View *view, Rectangle *area); + void drawTop (View *view, Rectangle *area); }; } // namespace core -- cgit v1.2.3