aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl-window.h
diff options
context:
space:
mode:
authorJohannes Schickel2015-03-01 16:20:02 +0100
committerJohannes Schickel2015-03-01 16:21:53 +0100
commit066e71f61a0d3b83c0c9c071a11cfdffdef40a41 (patch)
treea9c9a5dc05d1d9814ec7f7b77f5aad29adfb47be /backends/platform/sdl/sdl-window.h
parent71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be (diff)
downloadscummvm-rg350-066e71f61a0d3b83c0c9c071a11cfdffdef40a41.tar.gz
scummvm-rg350-066e71f61a0d3b83c0c9c071a11cfdffdef40a41.tar.bz2
scummvm-rg350-066e71f61a0d3b83c0c9c071a11cfdffdef40a41.zip
SDL: Call setupIcon for each window creation with SDL2.
This should make sure that the logo is properly set on Win32 with SDL2.
Diffstat (limited to 'backends/platform/sdl/sdl-window.h')
-rw-r--r--backends/platform/sdl/sdl-window.h1
1 files changed, 0 insertions, 1 deletions
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
};