From 4de4fc51527ae4abfdd442dada734f7a663ee6f4 Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 22 Oct 2014 16:26:52 +0000 Subject: [PATCH] It appears that Linux sometimes needs the app-icon after all. So we disable it only for OSX. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3013 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/common/FrameBufferSDL2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/FrameBufferSDL2.cxx b/src/common/FrameBufferSDL2.cxx index 3e74a994e..d1939b623 100644 --- a/src/common/FrameBufferSDL2.cxx +++ b/src/common/FrameBufferSDL2.cxx @@ -283,7 +283,7 @@ void FrameBufferSDL2::postFrameUpdate() // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void FrameBufferSDL2::setWindowIcon() { -#if defined(BSPF_WINDOWS) // Currently only needed for Windows +#if !defined(BSPF_MACOSX) // Currently not needed for OSX #include "stella.xpm" // The Stella icon // Set the window icon