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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-19 05:16:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-19 05:16:18 +0300
commitdb8f662cc980a6746de2b8d5f45e74d20ea9085f (patch)
tree94139ef6430c7b098fa978d8673aeaef321f821f /source/blender/makesdna/DNA_windowmanager_types.h
parent472b1147610088de233948fcbd7ac4d992da3e36 (diff)
Cleanup: use define for key-config string
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 193c34e3d11..1fdd4d10586 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -171,6 +171,8 @@ enum {
WM_KEYCONFIG_IS_INITIALIZED = (1<<1),
};
+#define WM_KEYCONFIG_STR_DEFAULT "blender"
+
/* IME is win32 only! */
#ifndef WIN32
# ifdef __GNUC__