Remove _THIS in src/video and in src/events (also VideoDevice)

This commit is contained in:
Sylvain
2023-05-09 12:55:11 +02:00
committed by Ryan C. Gordon
parent df314ba93e
commit 81ff49f4b5
237 changed files with 1670 additions and 1671 deletions

View File

@@ -37,7 +37,7 @@ extern "C" {
/* File-specific globals: */
static SDL_TouchID WINRT_TouchID = 1;
void WINRT_InitTouch(_THIS)
void WINRT_InitTouch(SDL_VideoDevice *_this)
{
SDL_AddTouch(WINRT_TouchID, SDL_TOUCH_DEVICE_DIRECT, "");
}