diff dmengine.h @ 753:8dd6d512cbb2

Add variable for detecting if we are in "native" video resolution.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 May 2013 03:06:48 +0300
parents bb14d7907eb2
children ce7acde37dc7
line wrap: on
line diff
--- a/dmengine.h	Sun May 05 01:28:51 2013 +0300
+++ b/dmengine.h	Sun May 05 03:06:48 2013 +0300
@@ -247,6 +247,7 @@
     int optVidWidth, optVidHeight,
         optVidDepth, optVFlags,
         optVidAspect, optVidSetup;
+    BOOL optVidNative;
 
     int optResFlags;
     char *optDataPath, *optPackFilename;