1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Disable window icon (prefer winrc and linux desktop)

This commit is contained in:
Mathieu Schroeter 2017-08-02 20:35:20 +02:00
parent e242da8aeb
commit 5fc903683e

View File

@ -405,9 +405,11 @@ static bool DoInit (Sint32 argc, char *argv[])
return false;
}
#if 0
auto icon = IMG_Load ((GetShareDir () + "icons/hicolor/256x256/apps/blupi.png").c_str ());
SDL_SetWindowIcon (g_window, icon);
SDL_FreeSurface (icon);
#endif /* 0 */
g_renderer = SDL_CreateRenderer (g_window, -1, g_rendererType | SDL_RENDERER_TARGETTEXTURE);
if (!g_renderer)