diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-07 21:30:34 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-07 21:30:34 +0200 |
commit | c4a148796a7597db7bb3ca1b0d1a2623e1373ce8 (patch) | |
tree | 9715ccdbafc722540da2fcc5c2e6e2f38187510c /src/styleengine.hh | |
parent | cfdf262f3ffe5f818ebf318d68d03b698ff3e363 (diff) |
View(port) background now set by HTML parser.
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r-- | src/styleengine.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styleengine.hh b/src/styleengine.hh index 14222f35..714553ff 100644 --- a/src/styleengine.hh +++ b/src/styleengine.hh @@ -97,6 +97,11 @@ class StyleEngine { dw::core::style::Style *backgroundStyle (BrowserWindow *bw, DilloUrl *url); dw::core::style::Color *backgroundColor (); + dw::core::style::StyleImage *backgroundImage + (dw::core::style::BackgroundRepeat *bgRepeat, + dw::core::style::BackgroundAttachment *bgAttachment, + dw::core::style::Length *bgPositionX, + dw::core::style::Length *bgPositionY); inline dw::core::style::Style *style (BrowserWindow *bw, DilloUrl *url) { dw::core::style::Style *s = stack->getRef (stack->size () - 1)->style; |