|
b88ca1b4
|
2015-02-10T16:28:56
|
|
the last parameter of XChangeProperty is the number of elements.. and when the element format is 32.. the element is "long" so we have 5 long elements here.
Yes this seems confusing as on mac+linux Long is either 32 or 64bits depending on the architecture, but this is how the X11 protocol is defined. Thus 5 is the correct value for the nelts here. Not 5 or 10 depending on the architecture.
More info on the confusion https://bugs.freedesktop.org/show_bug.cgi?id=16802
|
|
b48e54aa
|
2015-01-26T22:00:29
|
|
Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation
Jonas Kulla
The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c.
I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.
|
|
629c13fb
|
2014-12-24T13:23:48
|
|
Actually fix Unix scripts this time. :)
|
|
20863682
|
2014-12-24T13:13:19
|
|
I don't know if Unix scripts are useful at all on Emscripten, but fix them up.
|
|
fc405167
|
2014-12-24T13:03:20
|
|
A little more work on the Emscripten buildbot script.
Should upload tarballs now, etc.
|
|
f4bd828a
|
2014-12-24T12:49:35
|
|
Added buildbot script for Emscripten port.
|