Skip to content
Snippets Groups Projects
Commit 8f570eaa authored by lachwright's avatar lachwright
Browse files

Use SDL version of executable icon at runtime on macOS

parent 56d22907
Branches
No related tags found
1 merge request!1250Use SDL version of executable icon at runtime on macOS
......@@ -42,7 +42,7 @@
#ifdef HAVE_IMAGE
#include "SDL_image.h"
#elif defined (__unix__) || defined(__APPLE__) || defined (UNIXCOMMON) // Windows doesn't need this, as SDL will do it for us.
#elif defined (__unix__) || !defined(__APPLE__) && defined (UNIXCOMMON) // Windows & Mac don't need this, as SDL will do it for us.
#define LOAD_XPM //I want XPM!
#include "IMG_xpm.c" //Alam: I don't want to add SDL_Image.dll/so
#define HAVE_IMAGE //I have SDL_Image, sortof
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment