]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
No longer using otk widgets for the frame decorations.
[chaz/openbox] / src / screen.hh
index ab0bc25aea37841c0196fb186a9105ceec4739b1..db8c26d199c7b4d48049d390c4685c95d60f4597 100644 (file)
@@ -11,7 +11,6 @@ extern "C" {
 }
 
 #include "widgetbase.hh"
-#include "otk/renderstyle.hh"
 #include "otk/strut.hh"
 #include "otk/rect.hh"
 #include "otk/screeninfo.hh"
@@ -58,9 +57,6 @@ private:
   //! Information about this screen
   const otk::ScreenInfo *_info;
   
-  //! The style with which to render on the screen
-  otk::RenderStyle _style;
-
   //! Is the root colormap currently installed?
   bool _root_cmap_installed;
 
@@ -146,8 +142,6 @@ public:
   inline bool managed() const { return _managed; }
   //! Returns the area of the screen not reserved by applications' Struts
   inline const otk::Rect &area() const { return _area; }
-  //! Returns the style in use on the screen
-  inline const otk::RenderStyle *style() const { return &_style; }
   //!  An offscreen window which gets focus when nothing else has it
   inline Window focuswindow() const { return _focuswindow; }
   //! Returns the desktop being displayed
This page took 0.021238 seconds and 4 git commands to generate.