From d953cfe73c09ebeb9f9976784bf3d9fa5a5622f9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 19 Jan 2003 23:27:59 +0000 Subject: use arrays instead of vectors for the screeninfos and rendercontrols. --- otk/display.hh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'otk/display.hh') 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 /*! -- cgit v1.2.3