diff options
author | Sebastian Geerken <devnull@localhost> | 2013-09-12 17:58:18 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-09-12 17:58:18 +0200 |
commit | 280994c5459fdd99e2dc0b9f791ccfdfdb8589ad (patch) | |
tree | 8d1f08ed3c03d420077af919328ea30cc2f35e56 /dw/style.hh | |
parent | 7173e6047f26d71718502570836ef0ab158deab2 (diff) |
Some cleanup and fixes for recent changes.
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/style.hh b/dw/style.hh index 754b9667..187cd6be 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -717,12 +717,12 @@ public: inline ImgRenderer *getMainImgRenderer () { return imgRendererDist; } }; -void drawBorder (View *view, Rectangle *area, +void drawBorder (View *view, Layout *layout, Rectangle *area, int x, int y, int width, int height, Style *style, bool inverse); -void drawBackground (View *view, Rectangle *area, +void drawBackground (View *view, Layout *layout, Rectangle *area, int x, int y, int width, int height, - Style *style, bool inverse); + Style *style, bool inverse, bool atTop); void numtostr (int num, char *buf, int buflen, ListStyleType listStyleType); } // namespace style |