X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fdisplay.hh;h=ccce6ae1bfbc9f19b3c721fbc75e49c5692eb48c;hb=d953cfe73c09ebeb9f9976784bf3d9fa5a5622f9;hp=9402a8e7c1f79481481791673142cc623820fa3b;hpb=6871cff3face4486055444a6c6218a552ddad461;p=chaz%2Fopenbox diff --git a/otk/display.hh b/otk/display.hh index 9402a8e7..ccce6ae1 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -6,8 +6,6 @@ extern "C" { #include } -#include - namespace otk { class ScreenInfo; @@ -54,11 +52,11 @@ private: int _grab_count; //! A list of information for all screens on the display - std::vector _screenInfoList; + ScreenInfo** _screeninfo_list; //! A list of RenderControl objects, which are used for all graphics on a //! screen - std::vector _renderControlList; + RenderControl** _rendercontrol_list; //! A cache for re-using GCs, used by the drawing objects /*!