🧹 SDL1.2: Remove unimplemented SDL_*Window backports
Guard around SDL version at call site instead.
This commit is contained in:
parent
95946e3a7c
commit
91f8267db9
4 changed files with 6 additions and 27 deletions
|
|
@ -224,7 +224,9 @@ void init_create_window()
|
|||
app_fatal("Unable to create main window");
|
||||
dx_init();
|
||||
gbActive = true;
|
||||
#ifndef USE_SDL1
|
||||
SDL_DisableScreenSaver();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MainWndProc(UINT Msg, WPARAM wParam, LPARAM lParam)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue