--- nuclearchess-1.0.0.old/src/gfx.c +++ nuclearchess-1.0.0/src/gfx.c @@ -98,6 +98,8 @@ if ( SDL_Init(SDL_INIT_TIMER) < 0 ) ComplainAndExit(); atexit(SDL_Quit); + SDL_WM_SetCaption ("Nuclear Chess", "Nuclear Chess"); + SDL_WM_SetIcon (IMG_Load ("__META_PREFIX__/misc/ncchess.png"), NULL); // Set the video mode (800x600 at 16-bit depth) if (fullscreen)