[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35467] trunk/blender/intern/ghost/intern/ GHOST_SystemWin32.h: Fix a typo in defines.

Nathan Letwory nathan at letworyinteractive.com
Fri Mar 11 03:58:37 CET 2011


Revision: 35467
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35467
Author:   jesterking
Date:     2011-03-11 02:58:37 +0000 (Fri, 11 Mar 2011)
Log Message:
-----------
Fix a typo in defines. Patch by Alexander Kuznetsov

The typo resulted in bad keyboard input handling in MinGW builds.

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SystemWin32.h

Modified: trunk/blender/intern/ghost/intern/GHOST_SystemWin32.h
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SystemWin32.h	2011-03-11 02:43:30 UTC (rev 35466)
+++ trunk/blender/intern/ghost/intern/GHOST_SystemWin32.h	2011-03-11 02:58:37 UTC (rev 35467)
@@ -56,7 +56,7 @@
 #define RI_KEY_BREAK 0x1
 #endif
 #ifndef RI_KEY_E0
-#define RI_KEY_E0 0x1
+#define RI_KEY_E0 0x2
 #endif
 #ifndef RI_KEY_E1
 #define RI_KEY_E1 0x4




More information about the Bf-blender-cvs mailing list