Return Type Mistakes
Submitted by SkoobieDU on March 16, 2008 - 7:39am.
| Project: | Tao.Sdl |
| Component: | Code |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | Active |
Description
1. SDL_EventState returns an unsigned byte, not a signed int.
2. SDL_UnlockSurface returns void, not a signed int.
3. SDL_CreateCursor returns SDL_Cursor, not a signed int.
Note: See issue http://www.taoframework.com/node/566
