ecere/src/com; gfx; gui: Patches for alignment issues
authorJerome St-Louis <jerome@ecere.com>
Sun, 15 Feb 2015 19:59:47 +0000 (14:59 -0500)
committerJerome St-Louis <jerome@ecere.com>
Tue, 22 Dec 2015 06:45:00 +0000 (01:45 -0500)
commit807a9f8d5c6b2239da19ce3e638a5e5f883c4856
treecf65c872ca1403afafec4e542799267126502e35
parent45389dec1d2bc7b73f4c7fe221fc48c62f6457ea
ecere/src/com; gfx; gui: Patches for alignment issues
- Fixes alignment issues
- Had to make public double members changing the alignment of structs
  (NOTE: The compiler should probably set the structAlignment for private members it does not call AddMember for)
- Adjusting struct offset when derived class has a larger alignment than base class
- Bootstrap updated
compiler/bootstrap/ecere/bootstrap/instance.c
ecere/src/com/instance.ec
ecere/src/gfx/3D/Camera.ec
ecere/src/gfx/3D/Object.ec
ecere/src/gui/Timer.ec
ecere/src/gui/controls/ListBox.ec