diff dmengine.h @ 620:5fda51e99fe5

More work.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Apr 2013 01:27:25 +0300
parents 8a9361179a1a
children 8ba49471c143
line wrap: on
line diff
--- a/dmengine.h	Fri Apr 12 15:32:37 2013 +0300
+++ b/dmengine.h	Sat Apr 13 01:27:25 2013 +0300
@@ -20,8 +20,8 @@
 #endif
 
 // Video setup screen / window size
-#define DM_VSETUP_WIDTH  640
-#define DM_VSETUP_HEIGHT 480
+#define DM_VSETUP_WIDTH       640
+#define DM_VSETUP_HEIGHT      480
 
 #define DM_VSETUP_MENU_XC     120
 #define DM_VSETUP_MENU_YC     200
@@ -30,9 +30,9 @@
 
 
 // Video setup type
-#define DM_VSETUP_NONE   0x00  // No video setup, just set window/screen to what demo specifies
-#define DM_VSETUP_ASPECT 0x01  // Only modes that match the optVidAspect aspect ratio are ok
-#define DM_VSETUP_ANY    0x02  // Any available mode is okay, the code can adapt
+#define DM_VSETUP_NONE        0x00  // No video setup, just set window/screen to what demo specifies
+#define DM_VSETUP_ASPECT      0x01  // Only modes that match the optVidAspect aspect ratio are ok
+#define DM_VSETUP_ANY         0x02  // Any available mode is okay, the code can adapt