diff include/SDL_mouse.h @ 3585:f8816ffa210b

Initial band-aids on SDL_GetMouseState() API breakage. More work to come. Fixes Bugzilla #758.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 16 Dec 2009 19:50:51 +0000
parents d3baf5ac4e37
children 64ce267332c6
line wrap: on
line diff
--- a/include/SDL_mouse.h	Wed Dec 16 16:42:04 2009 +0000
+++ b/include/SDL_mouse.h	Wed Dec 16 19:50:51 2009 +0000
@@ -111,7 +111,7 @@
  *  mouse cursor position relative to the focus window for the currently
  *  selected mouse.  You can pass NULL for either x or y.
  */
-extern DECLSPEC Uint8 SDLCALL SDL_GetMouseState(int index, int *x, int *y);
+extern DECLSPEC Uint8 SDLCALL SDL_GetMouseState(int *x, int *y);
 
 /**
  *  \brief Retrieve the state of the specified mouse.