Update SDL3 from 3.2.4 to 3.2.20
This commit is contained in:
@@ -118,7 +118,8 @@ static SDL_VideoDevice *OFFSCREEN_CreateDevice(void)
|
||||
VideoBootStrap OFFSCREEN_bootstrap = {
|
||||
OFFSCREENVID_DRIVER_NAME, "SDL offscreen video driver",
|
||||
OFFSCREEN_CreateDevice,
|
||||
NULL // no ShowMessageBox implementation
|
||||
NULL, // no ShowMessageBox implementation
|
||||
false
|
||||
};
|
||||
|
||||
static bool OFFSCREEN_VideoInit(SDL_VideoDevice *_this)
|
||||
|
||||
Reference in New Issue
Block a user