Source
xxxxxxxxxx
--- src/graphics.c.orig 2003-08-08 11:05:26.000000000 -0500
+++ src/graphics.c 2011-09-04 05:08:02.000000000 -0500
if (vid_info->wm_available) /* if there's a window-manager */
{
SDL_WM_SetCaption ("Freedroid", "");
- fpath = find_file (ICON_FILE, GRAPHICS_DIR, NO_THEME, WARNONLY);
- if (fpath) SDL_WM_SetIcon( IMG_Load (fpath), NULL);
}
screen_bpp = 16; /* start with the simplest */