SDL ints (Mouse: int and Uint16 ( keypress location ..))

Ok! Another question then =) Will the SDL int types be changed to
pure int in other functions as well (ie, not only in the events) ?
Will you replace all of the SDL int types with pure int ?

In places where specific data ranges or sizes are important, SDL
will continue to use size-specified types. Other places a native int will
be used.

Maybe it would be better with the C99 types int_fast8_t etc. ? Maybe
just redeclare the SDL types to these ?

Yes, where available, for SDL 1.3 .

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment