On Wed, Jul 05, 2017 at 09:30:47PM +0200, Donovan Watteau wrote:
> Hi,
>
> Apps linked against SDL2 on loongson would give me SIGBUS errors at
> startup, while SDL1 apps run fine.
>
> This was reported to upstream:
>
> https://bugzilla.libsdl.org/show_bug.cgi?id=3692
>
> and a very simple patch was found to fix the issue.
>
> Basically, SDL2 was calling XChangeProperty() with an int argument,
> while X11 expects a long argument there.
Commited; thanks !
No comments:
Post a Comment