mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 07:10:15 +02:00
Remove _THIS in src/video and in src/events (also VideoDevice)
This commit is contained in:
@@ -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, "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user