comparison src/graphics.h.in @ 7286:c0c6aa5afff4

[project @ 2007-12-11 16:52:56 by jwe]
author jwe
date Tue, 11 Dec 2007 16:57:39 +0000
parents a1fdd4dabefb
children 28a9e3d3bf14
comparison
equal deleted inserted replaced
7285:c8d362c69013 7286:c0c6aa5afff4
2138 2138
2139 // The available graphics handles. 2139 // The available graphics handles.
2140 std::set<graphics_handle> handle_free_list; 2140 std::set<graphics_handle> handle_free_list;
2141 2141
2142 // The next handle available if handle_free_list is empty. 2142 // The next handle available if handle_free_list is empty.
2143 graphics_handle next_handle; 2143 double next_handle;
2144 2144
2145 // The allocated figure handles. Top of the stack is most recently 2145 // The allocated figure handles. Top of the stack is most recently
2146 // created. 2146 // created.
2147 std::list<graphics_handle> figure_list; 2147 std::list<graphics_handle> figure_list;
2148 2148