# HG changeset patch # User Sam Lantinga # Date 1187148055 0 # Node ID 313112f9ac5c0041b16487d3ca9e1573a33b8c93 # Parent 4932f192c56519c906bc0aaa5c9809fac72be274 Date: Wed, 15 Aug 2007 01:08:38 +0200 From: Couriersud Subject: Some SDL1.3 patches fixed a compiler warning diff -r 4932f192c565 -r 313112f9ac5c include/SDL_mouse.h --- a/include/SDL_mouse.h Wed Aug 15 03:19:21 2007 +0000 +++ b/include/SDL_mouse.h Wed Aug 15 03:20:55 2007 +0000 @@ -101,7 +101,7 @@ * * \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)