From 9a64438a5a53624e5f5c7c3dbb5123e246693e5e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 07:26:32 +0000 Subject: set the root window, to a color for now --- otk/renderstyle.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'otk/renderstyle.hh') 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; } -- cgit v1.2.3