diff dw.h @ 1006:3e1c70896c13

Switched to using TransparentBlt() on Windows, and allow transparent bitblt for any depths below 32bpp. Also upped the Dynamic Windows version to 2.0.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 11 May 2011 05:12:34 +0000
parents cb81c08bd8c3
children ce4121a6f657
line wrap: on
line diff
--- a/dw.h	Mon May 09 14:05:52 2011 +0000
+++ b/dw.h	Wed May 11 05:12:34 2011 +0000
@@ -4,8 +4,8 @@
 #define _H_DW
 
 /* Dynamic Windows version numbers */
-#define DW_MAJOR_VERSION 1
-#define DW_MINOR_VERSION 1
+#define DW_MAJOR_VERSION 2
+#define DW_MINOR_VERSION 0
 #define DW_SUB_VERSION 0
 
 #if !defined(__PHOTON__)