aboutsummaryrefslogtreecommitdiff
path: root/dw/stackingcontextmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-16 12:15:37 +0200
committerSebastian Geerken <devnull@localhost>2014-09-16 12:15:37 +0200
commitf95d312635d5c2a88a367524e4d742ea7771dc01 (patch)
treeeb13b277ae894471d00891cea6633e2cd8e1c980 /dw/stackingcontextmgr.hh
parentf1cc7a46e798704ee4b9cd699e2a23aa1ad01b20 (diff)
Fixed bug in StackingContextMgr::draw.
Diffstat (limited to 'dw/stackingcontextmgr.hh')
-rw-r--r--dw/stackingcontextmgr.hh6
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