diff test/common.h @ 3685:64ce267332c6

Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 21 Jan 2010 06:21:52 +0000
parents 5543db4239e6
children 3ce59cbecaa3
line wrap: on
line diff
--- a/test/common.h	Thu Jan 21 05:49:41 2010 +0000
+++ b/test/common.h	Thu Jan 21 06:21:52 2010 +0000
@@ -32,7 +32,7 @@
     int depth;
     int refresh_rate;
     int num_windows;
-    SDL_WindowID *windows;
+    SDL_Window **windows;
 
     /* Renderer info */
     const char *renderdriver;