mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 01:38:45 +00:00
Remove _THIS in src/video and in src/events (also VideoDevice)
This commit is contained in:
parent
df314ba93e
commit
81ff49f4b5
237 changed files with 1670 additions and 1671 deletions
|
|
@ -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, "");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue