[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50467] branches/soc-2011-tomato/source/ blender/makesdna/DNA_color_types.h: Tomato: alignment issue fix

Sergey Sharybin sergey.vfx at gmail.com
Fri Sep 7 11:44:23 CEST 2012


Revision: 50467
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50467
Author:   nazgul
Date:     2012-09-07 09:44:22 +0000 (Fri, 07 Sep 2012)
Log Message:
-----------
Tomato: alignment issue fix

There were alignment issues on 32bit systems caused by 64bit integer
used in Scene.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/makesdna/DNA_color_types.h

Modified: branches/soc-2011-tomato/source/blender/makesdna/DNA_color_types.h
===================================================================
--- branches/soc-2011-tomato/source/blender/makesdna/DNA_color_types.h	2012-09-07 06:46:26 UTC (rev 50466)
+++ branches/soc-2011-tomato/source/blender/makesdna/DNA_color_types.h	2012-09-07 09:44:22 UTC (rev 50467)
@@ -166,6 +166,7 @@
 	float exposure;            /* fstop exposure */
 	float gamma;               /* post-display gamma transform */
 	struct CurveMapping *curve_mapping;  /* pre-display RGB curves transform */
+	void *pad2;
 } ColorManagedViewSettings;
 
 typedef struct ColorManagedDisplaySettings {




More information about the Bf-blender-cvs mailing list