X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fscreen.hh;h=db8c26d199c7b4d48049d390c4685c95d60f4597;hb=ef231de58a738c83bf505e184fbafa9077f7452e;hp=ab0bc25aea37841c0196fb186a9105ceec4739b1;hpb=1cd253f4684ee126340fae38094b637f1b0010ea;p=chaz%2Fopenbox diff --git a/src/screen.hh b/src/screen.hh index ab0bc25a..db8c26d1 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -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