From 066e71f61a0d3b83c0c9c071a11cfdffdef40a41 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 1 Mar 2015 16:20:02 +0100 Subject: SDL: Call setupIcon for each window creation with SDL2. This should make sure that the logo is properly set on Win32 with SDL2. --- backends/platform/sdl/sdl-window.h | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/platform/sdl/sdl-window.h') diff --git a/backends/platform/sdl/sdl-window.h b/backends/platform/sdl/sdl-window.h index 2608ea4a8f..58b898f824 100644 --- a/backends/platform/sdl/sdl-window.h +++ b/backends/platform/sdl/sdl-window.h @@ -101,7 +101,6 @@ protected: private: bool _inputGrabState; Common::String _windowCaption; - SDL_Surface *_windowIcon; #endif }; -- cgit v1.2.3