--- hatari/src/includes/statusbar.h 2019/04/01 07:14:51 1.1 +++ hatari/src/includes/statusbar.h 2019/04/09 08:48:44 1.1.1.2 @@ -17,6 +17,7 @@ typedef enum { } drive_index_t; extern int Statusbar_SetHeight(int ScreenWidth, int ScreenHeight); +extern int Statusbar_GetHeightForSize(int width, int height); extern int Statusbar_GetHeight(void); extern void Statusbar_EnableHDLed(void); extern void Statusbar_SetFloppyLed(drive_index_t drive, bool state);