summaryrefslogtreecommitdiff
path: root/otk/renderstyle.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-23 07:26:32 +0000
committerDana Jansens <danakj@orodu.net>2003-01-23 07:26:32 +0000
commit9a64438a5a53624e5f5c7c3dbb5123e246693e5e (patch)
tree82c2559946ff9fe3cef8686623d9d43c1a0bb7dc /otk/renderstyle.hh
parentbf3a40ad66d20b85c21233fce909c22f8dcf0bf8 (diff)
set the root window, to a color for now
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; }