From c63a2a04e47c361a7254b0749298de84a6f331fa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Aug 2013 13:22:54 +0300 Subject: add minimize/maximize event handling in game class for SDL2. --- src/client.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 9c3397f72..974e8d400 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -3108,7 +3108,6 @@ void Client::handleSDL2WindowEvent(const SDL_Event &event) { switch (event.window.event) { - // +++ need add other window events case SDL_WINDOWEVENT_RESIZED: resizeVideo(event.window.data1, event.window.data2, false); break; -- cgit v1.2.3-60-g2f50