diff options
author | Sebastian Geerken <devnull@localhost> | 2013-10-14 19:06:23 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-10-14 19:06:23 +0200 |
commit | 2201fbb06e12a240f8ccb3347311f586c1fa6574 (patch) | |
tree | acfea9f2a2cf9831e2fb8d673e20376258e369a6 /dw/layout.hh | |
parent | de124c423740eb25bdceb0ea6939336d9dc096c7 (diff) |
'background-image' now also works for <button>.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 1 |
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 |