Mercurial > sdl-ios-xcode
annotate Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/English.lproj/SDLMain.nib/info.nib @ 3404:c9dcc73f6a36
Fixed bug #853
Ludwig Nussel 2009-10-18 05:34:18 PDT
src/joystick/linux/SDL_sysjoystick.c has some problems:
- test_bit() might break with strict aliasing
- test_bit() assumes array is Uint32 but its actually "unsigned long"
on 64bit systems sizeof(long) != sizeof(Uint32).
- the keybit array is too small
- the arrays are unitialized so the number of
detected buttons is quite random
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Oct 2009 16:14:35 +0000 |
parents | d44a0a913aa2 |
children |
rev | line source |
---|---|
3331 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
3 <plist version="1.0"> | |
4 <dict> | |
5 <key>IBDocumentLocation</key> | |
6 <string>62 117 356 240 0 0 1152 848 </string> | |
7 <key>IBEditorPositions</key> | |
8 <dict> | |
9 <key>29</key> | |
10 <string>62 362 195 44 0 0 1152 848 </string> | |
11 </dict> | |
12 <key>IBFramework Version</key> | |
13 <string>291.0</string> | |
14 <key>IBOpenObjects</key> | |
15 <array> | |
16 <integer>29</integer> | |
17 </array> | |
18 <key>IBSystem Version</key> | |
19 <string>6L60</string> | |
20 </dict> | |
21 </plist> |