mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Remove more SDL stuff from old platform code
This commit is contained in:
@@ -164,8 +164,6 @@ void platform_toggle_windowed_mode()
|
||||
|
||||
void platform_refresh_video()
|
||||
{
|
||||
SDL_SetHint(SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS, gConfigGeneral.minimize_fullscreen_focus_loss ? "1" : "0");
|
||||
|
||||
drawing_engine_dispose();
|
||||
drawing_engine_init();
|
||||
drawing_engine_resize();
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#include <lmcons.h>
|
||||
#include <psapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <SDL_syswm.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "../config/Config.h"
|
||||
|
||||
Reference in New Issue
Block a user