[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Updated SDL and zlib with cross-tools



Am Dienstag, den 16.10.2012, 22:51 +0200 schrieb Vincent Rivière <vincent.riviere@freesbee.fr>:
Hello.

Patrice Mandin has fixed a long lasting bug in SDL. The mouse moves
were not correctly sent to the application when run in a GEM window.
As a result, the updated SDL is now provided with my cross-tools:
http://vincent.riviere.free.fr/soft/m68k-atari-mint/

Hello,

That version of SDL is running much slower than the version that I patched myself.

Don't know if it is because you missed some optimization during configure, or if
it is the patch itself.

Patrice now uses the M1/M2 event modes to capture mouse moves... previously it used
graf_mkstate() - which is what I also used.

Now we must find out if it is the build which slows things down, or if it is the patch...

Greets,
Ole