--- hatari/src/includes/statusbar.h 2019/04/09 08:54:32 1.1.1.4 +++ hatari/src/includes/statusbar.h 2019/04/09 08:59:29 1.1.1.6 @@ -7,8 +7,10 @@ #ifndef HATARI_STATUSBAR_H #define HATARI_STATUSBAR_H -#include -#include "main.h" +#include + +/* must correspond to max value returned by Statusbar_GetHeightForSize() */ +#define STATUSBAR_MAX_HEIGHT (2*(2*8+2)) typedef enum { DRIVE_LED_A,