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 Craddock <nzcraddock@gmail.com>2019-08-02 03:32:12 +0300
committerNathan Craddock <nzcraddock@gmail.com>2019-08-02 03:32:12 +0300
commitcfaef2db301f7b4e9f41e377f81187fbb52595a8 (patch)
tree082e7503f1a6a9407918bd8ef56a3a180d2bf93f /source/blender/makesdna/DNA_windowmanager_types.h
parent066a7173c068ae2c9760ea2534ca656d7fc7f524 (diff)
Cleanup: padding in windowmanager
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 4ccb23045df..8dcae41aaa2 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -174,7 +174,7 @@ typedef struct wmWindowManager {
/** Indicates whether interface is locked for user interaction. */
char is_interface_locked;
- char par[7];
+ char _pad[7];
struct wmMsgBus *message_bus;