ecere/src/com; gfx; gui: Temporary 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>
Thu, 15 Oct 2015 00:19:27 +0000 (20:19 -0400)
commitb7f9c7681aa9e20673c3b82ff789aee07b64c98b
tree28e6df513d2089e32e9ba5d49dfcb19081b0ff7a
parent872e6a3ca9320190c3bd8bf5fc299e7805963317
ecere/src/com; gfx; gui: Temporary patches for alignment issues
- Fixes alignment issues with Emscripten
- Had to make public double members changing the alignment of structs
- Adjusting struct offset when derived class has a larger alignment than base class
- Bootstrap updated
compiler/bootstrap/ecere/bootstrap/Array.c
compiler/bootstrap/ecere/bootstrap/i18n.c
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/gfx/drivers/OpenGLDisplayDriver.ec
ecere/src/gui/Timer.ec
ecere/src/gui/controls/ListBox.ec