summaryrefslogtreecommitdiff
path: root/otk/renderstyle.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/renderstyle.hh')
-rw-r--r--otk/renderstyle.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/otk/renderstyle.hh b/otk/renderstyle.hh
index d61c99da..2d2c3250 100644
--- a/otk/renderstyle.hh
+++ b/otk/renderstyle.hh
@@ -27,6 +27,8 @@ public:
private:
int _screen;
std::string _file;
+
+ RenderColor *_root_color;
RenderColor *_text_color_focus;
RenderColor *_text_color_unfocus;
@@ -75,6 +77,8 @@ public:
inline int screen() const { return _screen; }
+ inline RenderColor *rootColor() const { return _root_color; }
+
inline RenderColor *textFocusColor() const { return _text_color_focus; }
inline RenderColor *textUnfocusColor() const { return _text_color_unfocus; }