diff options
Diffstat (limited to 'dw/stackingcontextmgr.hh')
-rw-r--r-- | dw/stackingcontextmgr.hh | 6 |
1 files changed, 2 insertions, 4 deletions
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 |