Mercurial > sdl-ios-xcode
comparison test/common.h @ 3194:c18c03927a77
Proper window resize handling in GLES test application.
author | Mike Gorchak <lestat@i.com.ua> |
---|---|
date | Thu, 11 Jun 2009 06:03:05 +0000 |
parents | 7ee5297340f7 |
children | 55541ddf13e3 |
comparison
equal
deleted
inserted
replaced
3193:64e4442676a6 | 3194:c18c03927a77 |
---|---|
1 | 1 |
2 /* A simple test program framework */ | 2 /* A simple test program framework */ |
3 | 3 |
4 #include "SDL.h" | 4 #include "SDL.h" |
5 | |
6 #define DEFAULT_WINDOW_WIDTH 640 | |
7 #define DEFAULT_WINDOW_HEIGHT 480 | |
5 | 8 |
6 #define VERBOSE_VIDEO 0x00000001 | 9 #define VERBOSE_VIDEO 0x00000001 |
7 #define VERBOSE_MODES 0x00000002 | 10 #define VERBOSE_MODES 0x00000002 |
8 #define VERBOSE_RENDER 0x00000004 | 11 #define VERBOSE_RENDER 0x00000004 |
9 #define VERBOSE_EVENT 0x00000008 | 12 #define VERBOSE_EVENT 0x00000008 |