diff 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
line wrap: on
line diff
--- a/test/common.h	Thu Jun 11 05:57:32 2009 +0000
+++ b/test/common.h	Thu Jun 11 06:03:05 2009 +0000
@@ -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