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>
Fri, 20 Feb 2015 15:39:21 +0000 (10:39 -0500)
commit5c18aab9879c419314d1915cd5fe3343b30783c2
treecf270c27056bb31bf728d45f592e392e40cd3133
parent8e443989a6c582c68740cbcf902f1997dccf7e9b
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