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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:02:12 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-11-13 21:29:13 +0300
commitca6dd692b5b0137d236f14ed306196662f0cd869 (patch)
tree579ae2480246e89572365a8ef0662f33a9bb06c2 /source/blender/makesdna/DNA_windowmanager_types.h
parentc39d5a6c88dcda9dff9626d7b059a98913da6fd2 (diff)
Keymaps: reload key configuration when changing select mouse.
For configuration scripts that want to change keymaps based on this setting.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index abd35a3cc73..e13847f2473 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -168,7 +168,7 @@ typedef struct wmWindowManager {
/* wmWindowManager.initialized */
enum {
WM_WINDOW_IS_INITIALIZED = (1<<0),
- WM_KEYMAP_IS_INITIALIZED = (1<<1),
+ WM_KEYCONFIG_IS_INITIALIZED = (1<<1),
};
/* IME is win32 only! */