--- hatari/src/includes/statusbar.h 2019/04/09 08:54:32 1.1.1.4 +++ hatari/src/includes/statusbar.h 2019/04/09 08:55:45 1.1.1.5 @@ -10,6 +10,9 @@ #include #include "main.h" +/* must correspond to max value returned by Statusbar_GetHeightForSize() */ +#define STATUSBAR_MAX_HEIGHT (2*(2*8+2)) + typedef enum { DRIVE_LED_A, DRIVE_LED_B,