comparison docs.html @ 4119:98dee075dae0 SDL-1.2

Added patch note for fixing bug #503
author Sam Lantinga <slouken@libsdl.org>
date Sat, 29 Dec 2007 19:01:13 +0000
parents 63b57f6b6523
children d07c60f5e460
comparison
equal deleted inserted replaced
4118:3c068a8c016f 4119:98dee075dae0
35 <BLOCKQUOTE> 35 <BLOCKQUOTE>
36 <P> 36 <P>
37 Fixed crash in SDL_SoftStretch() on secure operating systems. 37 Fixed crash in SDL_SoftStretch() on secure operating systems.
38 </P> 38 </P>
39 <P> 39 <P>
40 Fixed undefined symbol on X11 implementations without UTF-8 support.
41 </P>
42 <P>
40 Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver. 43 Worked around BadAlloc error when using XVideo on the XFree86 Intel Integrated Graphics driver.
41 </P> 44 </P>
42 <P> 45 <P>
43 Scan for all joysticks on Linux instead of stopping at one that was removed. 46 Scan for all joysticks on Linux instead of stopping at one that was removed.
44 </P> 47 </P>
56 <P> 59 <P>
57 Fixed window titles on Windows 95/98/ME. 60 Fixed window titles on Windows 95/98/ME.
58 </P> 61 </P>
59 <P> 62 <P>
60 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons. 63 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants for extended mouse buttons.
64 </P>
65 <P>
66 Added support for quoted command line arguments.
61 </P> 67 </P>
62 </BLOCKQUOTE> 68 </BLOCKQUOTE>
63 69
64 <H3> Mac OS X Notes </H3> 70 <H3> Mac OS X Notes </H3>
65 71