Proper window resize handling in GLES test application.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403653
This commit is contained in:
Mike Gorchak 2009-06-11 06:03:05 +00:00
parent 83ca32e544
commit fa620100d8
3 changed files with 73 additions and 53 deletions

View file

@ -3,6 +3,9 @@
#include "SDL.h"
#define DEFAULT_WINDOW_WIDTH 640
#define DEFAULT_WINDOW_HEIGHT 480
#define VERBOSE_VIDEO 0x00000001
#define VERBOSE_MODES 0x00000002
#define VERBOSE_RENDER 0x00000004