diff options
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 |