shithub: choc

Download patch

ref: 26ef28d47a6ad078e0e1381d23018019becc0f21
parent: 36f721637c5e5ac85671eb438ab9e6831933138c
author: Simon Howard <fraggle@soulsphere.org>
date: Sun Feb 28 08:56:52 EST 2016

video: Remove OS X warning message.

Fair to assume these crashes don't exist any more in SDL2.

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -1113,15 +1113,6 @@
         I_Error("Failed to initialize video: %s", SDL_GetError());
     }
 
-    // Warning to OS X users... though they might never see it :(
-#ifdef __MACOSX__
-    if (fullscreen)
-    {
-        printf("Some old versions of OS X might crash in fullscreen mode.\n"
-               "If this happens to you, switch back to windowed mode.\n");
-    }
-#endif
-
     //
     // Enter into graphics mode.
     //