mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
uikit: Patched to compile.
This commit is contained in:
@@ -69,7 +69,7 @@ static SDL_VideoDevice *UIKit_CreateDevice(void)
|
|||||||
device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
|
device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
|
||||||
if (!device) {
|
if (!device) {
|
||||||
return NULL;
|
return NULL;
|
||||||
]
|
}
|
||||||
|
|
||||||
data = [SDL_UIKitVideoData new];
|
data = [SDL_UIKitVideoData new];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user