Commit bb3b3162 authored by Sam Lantinga's avatar Sam Lantinga

Date: Wed, 15 Aug 2007 01:08:38 +0200

From: Couriersud
Subject: Some SDL1.3 patches

fixed a compiler warning

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402604
parent 8dd6b237
...@@ -101,7 +101,7 @@ extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled); ...@@ -101,7 +101,7 @@ extern DECLSPEC int SDLCALL SDL_SetRelativeMouseMode(SDL_bool enabled);
* *
* \sa SDL_SetRelativeMouseMode() * \sa SDL_SetRelativeMouseMode()
*/ */
extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(); extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void);
/** /**
* \fn Uint8 SDL_GetMouseState(int *x, int *y) * \fn Uint8 SDL_GetMouseState(int *x, int *y)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment