aboutsummaryrefslogtreecommitdiff
path: root/dw/style.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/style.hh')
-rw-r--r--dw/style.hh6
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