--- hatari/src/includes/resolution.h 2019/04/09 08:53:17 1.1.1.3 +++ hatari/src/includes/resolution.h 2019/04/09 08:54:31 1.1.1.4 @@ -11,6 +11,6 @@ extern void Resolution_Init(void); extern void Resolution_GetDesktopSize(int *width, int *height); extern void Resolution_GetLimits(int *width, int *height, int *bpp, bool keepDesktop); -extern void Resolution_Search(int *width, int *height, int *bpp); +extern bool Resolution_Search(int *width, int *height, int *bpp, bool keepDesktop); #endif