mirror of https://github.com/libsdl-org/SDL.git
Harmony port: entrypoint
This commit is contained in:
parent
d031a499f0
commit
04e80426fb
|
|
@ -33,6 +33,7 @@ static SDL_VideoDevice *OHOS_CreateDevice(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
device->num_displays = 1;
|
||||
device->internal = data;
|
||||
device->free = OHOS_DeviceFree;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue