diff options
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index a02cd101..dc9bf227 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -363,6 +363,8 @@ public: inline void resetSearch () { findtextState.resetSearch (); } void setBgColor (style::Color *color); + + inline style::Color* getBgColor () { return bgColor; } }; } // namespace dw |