1
0
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:
Ted John
2017-06-10 16:51:58 +01:00
parent a52190ae44
commit 202cc269a7
2 changed files with 0 additions and 3 deletions

View File

@@ -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();

View File

@@ -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"