--- previous/src/screen.c 2018/04/24 19:25:37 1.1.1.2 +++ previous/src/screen.c 2018/04/24 19:27:38 1.1.1.3 @@ -286,6 +286,7 @@ void Screen_Init(void) Screen_CreatePalette(); /* Configure some SDL stuff: */ + SDL_WM_SetCaption(PROG_NAME, "Previous"); SDL_ShowCursor(SDL_DISABLE); }