]> Dogcows Code - chaz/openbox/blobdiff - otk/renderstyle.hh
set the root window, to a color for now
[chaz/openbox] / otk / renderstyle.hh
index d61c99da26a848a6bc9dee881d67183e9c7a4897..2d2c325041b5241121183dffdc90058fa858004c 100644 (file)
@@ -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; }
 
This page took 0.02015 seconds and 4 git commands to generate.