comparison test/common.h @ 3560:5543db4239e6

The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 14 Dec 2009 23:29:37 +0000
parents f0b7bc1fe12d
children 64ce267332c6
comparison
equal deleted inserted replaced
3559:5f26a7eb5ff0 3560:5543db4239e6
1 1
2 /* A simple test program framework */ 2 /* A simple test program framework */
3 3
4 #define SDL_NO_COMPAT
4 #include "SDL.h" 5 #include "SDL.h"
5 6
6 #define DEFAULT_WINDOW_WIDTH 640 7 #define DEFAULT_WINDOW_WIDTH 640
7 #define DEFAULT_WINDOW_HEIGHT 480 8 #define DEFAULT_WINDOW_HEIGHT 480
8 9