--- hatari/src/falcon/hostscreen.h 2019/04/09 08:54:34 1.1.1.7 +++ hatari/src/falcon/hostscreen.h 2019/04/09 08:55:47 1.1.1.8 @@ -23,6 +23,6 @@ extern SDL_PixelFormat *HostScreen_getFo extern void HostScreen_setPaletteColor(Uint8 idx, Uint8 red, Uint8 green, Uint8 blue); extern Uint32 HostScreen_getPaletteColor(Uint8 idx); extern void HostScreen_updatePalette(int colorCount); -extern void HostScreen_setWindowSize(int width, int height, int bpp); +extern void HostScreen_setWindowSize(int width, int height, int bpp, bool bForceChange); #endif