[Bf-blender-cvs] [cfaef2db301] master: Cleanup: padding in windowmanager

Nathan Craddock noreply at git.blender.org
Fri Aug 2 02:33:31 CEST 2019


Commit: cfaef2db301f7b4e9f41e377f81187fbb52595a8
Author: Nathan Craddock
Date:   Thu Aug 1 18:32:12 2019 -0600
Branches: master
https://developer.blender.org/rBcfaef2db301f7b4e9f41e377f81187fbb52595a8

Cleanup: padding in windowmanager

===================================================================

M	source/blender/makesdna/DNA_windowmanager_types.h

===================================================================

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;



More information about the Bf-blender-cvs mailing list