comparison mde/setup/sdl.d @ 77:3dfd934100f7

Continuing widget data changes started in last commit: all previous widgets work again now (but lacking saving).
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Jul 2008 17:11:22 +0100
parents 25cb7420dc91
children ea58f277f487
comparison
equal deleted inserted replaced
76:65780e0e48e6 77:3dfd934100f7
176 setProjection (w, h); 176 setProjection (w, h);
177 } 177 }
178 178
179 void cleanupSDL () { // cleanup func 179 void cleanupSDL () { // cleanup func
180 closeJoysticks(); 180 closeJoysticks();
181 logger.trace ("cleanupSDL - middle");
181 SDL_Quit(); 182 SDL_Quit();
182 } 183 }
183 184
184 185
185 /** All video options. */ 186 /** All video options. */