summaryrefslogtreecommitdiff
path: root/src/styleengine.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/styleengine.hh')
-rw-r--r--src/styleengine.hh5
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;