Rename SetWindowGrab() to SetWindowMouseGrab()

This commit is contained in:
Cameron Gutman 2021-01-25 21:42:14 -06:00
parent d133a5f6f7
commit a0d3c6c63c
29 changed files with 36 additions and 36 deletions

View file

@ -670,7 +670,7 @@ Wayland_MinimizeWindow(_THIS, SDL_Window * window)
}
void
Wayland_SetWindowGrab(_THIS, SDL_Window *window, SDL_bool grabbed)
Wayland_SetWindowMouseGrab(_THIS, SDL_Window *window, SDL_bool grabbed)
{
SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;