X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fdisplay.hh;h=ccce6ae1bfbc9f19b3c721fbc75e49c5692eb48c;hb=fabb6e8c1faa8339730cc7f56f84eb0a7e8b6c4f;hp=9402a8e7c1f79481481791673142cc623820fa3b;hpb=9b6e5f9cf49df78be25720f9c4b33a733b856c9b;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 /*!