diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-04 16:00:53 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-04 16:00:53 +0200 |
commit | 8ef6e194f3c77f6f21ffbe9fea5a5961b502541e (patch) | |
tree | 119c7f156eeaabbb62e181ad76fa77c7ef5dcbc5 /dw/style.hh | |
parent | e8f04035f76c6a31f42ec3465902854569905c1d (diff) |
Background image for view(port)s; no updates yet.
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index 27bcf579..fbc726ef 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -794,6 +794,13 @@ 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); +void drawBackgroundImage (View *view, StyleImage *backgroundImage, + BackgroundRepeat backgroundRepeat, + BackgroundAttachment backgroundAttachment, + Length backgroundPositionX, + Length backgroundPositionY, + int x, int y, int width, int height, + int xRef, int yRef, int widthRef, int heightRef); void numtostr (int num, char *buf, int buflen, ListStyleType listStyleType); } // namespace style |