diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/style.hh b/dw/style.hh index 948a6457..230baa24 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -889,7 +889,7 @@ void drawBorder (View *view, Layout *layout, Rectangle *area, void drawBackground (View *view, Layout *layout, Rectangle *area, int x, int y, int width, int height, int xRef, int yRef, int widthRef, int heightRef, - Style *style, bool inverse, bool atTop); + Style *style, Color *bgColor, bool inverse, bool atTop); void drawBackgroundImage (View *view, StyleImage *backgroundImage, BackgroundRepeat backgroundRepeat, BackgroundAttachment backgroundAttachment, |