aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-10-14 19:06:23 +0200
committerSebastian Geerken <devnull@localhost>2013-10-14 19:06:23 +0200
commit2201fbb06e12a240f8ccb3347311f586c1fa6574 (patch)
treeacfea9f2a2cf9831e2fb8d673e20376258e369a6 /dw/layout.hh
parentde124c423740eb25bdceb0ea6939336d9dc096c7 (diff)
'background-image' now also works for <button>.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 65fe2312..47554b42 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -418,6 +418,7 @@ public:
style::Length bgPositionX, style::Length bgPositionY);
inline style::Color* getBgColor () { return bgColor; }
+ inline style::StyleImage* getBgImage () { return bgImage; }
};
} // namespace core