X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=fca1e8b9f3e357c06f8ac4818344ed4f30efbaf0;hp=45f7f2ce69a823b9b4f635bb6a8c334765f87736;hb=aaa6bf53eceb4c7801966a017dcc8a57c2fdface;hpb=8e4eb47925648cd84d134dfe05ca7fb30727dc24 diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 45f7f2ce..fca1e8b9 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -2362,7 +2362,7 @@ void SDLWaitEvent(Event *event) SDL_WaitEvent(event); } -void SDLCorrectMouseEventXY(int *x, int *y) +void SDLCorrectRawMousePosition(int *x, int *y) { if (sdl_renderer == NULL) return;