--- hatari/src/gui-sdl/sdlgui.c 2019/04/09 08:49:45 1.1.1.10 +++ hatari/src/gui-sdl/sdlgui.c 2019/04/09 08:50:37 1.1.1.11 @@ -25,6 +25,9 @@ static SDL_Surface *pBigFontGfx = NULL; static SDL_Surface *pFontGfx = NULL; /* The actual font graphics */ static int current_object = 0; /* Current selected object */ +int sdlgui_fontwidth; /* Width of the actual font */ +int sdlgui_fontheight; /* Height of the actual font */ + /*-----------------------------------------------------------------------*/ /** * Load an 1 plane XBM into a 8 planes SDL_Surface.