added function to update the mouse position when changing window size
[rocksndiamonds.git] / src / libgame / sdl.h
index 35d6a2411c3c7af8edd90677d04cf1630c550f15..ad7dca8c1a95ee9cdf4535838be523469ead2c0f 100644 (file)
@@ -423,7 +423,7 @@ void SDLOpenAudio(void);
 void SDLCloseAudio(void);
 
 void SDLWaitEvent(Event *);
-void SDLCorrectMouseEventXY(int *, int *);
+void SDLCorrectRawMousePosition(int *, int *);
 
 void HandleJoystickEvent(Event *);
 void SDLInitJoysticks(void);