Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-11 05:58:37 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-11 05:58:37 +0300
commitdec585cb945e239764925f4eb6282e9652fdc806 (patch)
treec5fd619036b66275ca1dc3e8f847b1585e0de721
parentd7257a983fbda67fcc1c9226d5f82df61fb2d3f7 (diff)
Fix a typo in defines. Patch by Alexander Kuznetsov
The typo resulted in bad keyboard input handling in MinGW builds.
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.h b/intern/ghost/intern/GHOST_SystemWin32.h
index 602c4545da4..d79b9a22b69 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.h
+++ b/intern/ghost/intern/GHOST_SystemWin32.h
@@ -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