Philipp Wiesemann [Sun, 12 May 2013 13:42:20 +0200] rev 7170
Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototype
nfxjfg
SDL_touch.h:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
Is:
extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices();
Should be:
extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
Philipp Wiesemann [Sun, 12 May 2013 13:40:02 +0200] rev 7169
Fixed bug 1844 - glScissor calls are wrong - Patch attached
Martin Gerhardy
the coordinate system from sdl is not correctly transformed to the coordinate system of opengl. glScissor expects them to be a little bit different. Attached is a patch that fixes this
Philipp Wiesemann [Sun, 12 May 2013 13:25:34 +0200] rev 7168
Fixed bug 1843 - SDL_RenderClear prototype doxygen missing
Martin Gerhardy
SDL_RenderClear prototype misses documentation for the return value
Philipp Wiesemann [Sun, 12 May 2013 13:02:07 +0200] rev 7167
Corrected spelling in internal include file.
Philipp Wiesemann [Sun, 12 May 2013 12:59:17 +0200] rev 7166
Updated README.android.
Philipp Wiesemann [Fri, 10 May 2013 21:19:40 +0200] rev 7165
Fixed Android Lint warning in AndroidManifest.xml.
Philipp Wiesemann [Fri, 10 May 2013 21:14:13 +0200] rev 7164
Added missing vi lines.
Philipp Wiesemann [Fri, 10 May 2013 21:08:37 +0200] rev 7163
Fixed implicit function declaration warnings.
Philipp Wiesemann [Fri, 10 May 2013 21:04:51 +0200] rev 7162
Fixed precedence warning in test suite for pixels.
Gabriel Jacobo [Fri, 10 May 2013 10:33:15 -0300] rev 7161
Fixed typo in GL_UpdateClipRect