diff src/video/dummy/SDL_nullvideo.c @ 1913:83420da906a5

Implemented Windows OpenGL support Fixed slowdown enumerating display modes, which was hosing OpenGL as well... Removed SDL_ from the render driver prefixes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jul 2006 06:47:33 +0000
parents 7577fd11cee4
children a788656ca29a
line wrap: on
line diff
--- a/src/video/dummy/SDL_nullvideo.c	Sun Jul 16 09:34:01 2006 +0000
+++ b/src/video/dummy/SDL_nullvideo.c	Mon Jul 17 06:47:33 2006 +0000
@@ -89,8 +89,8 @@
 
     /* Set the function pointers */
     device->VideoInit = DUMMY_VideoInit;
+    device->VideoQuit = DUMMY_VideoQuit;
     device->SetDisplayMode = DUMMY_SetDisplayMode;
-    device->VideoQuit = DUMMY_VideoQuit;
     device->PumpEvents = DUMMY_PumpEvents;
 
     device->free = DUMMY_DeleteDevice;