diff --git a/src/posix/sdl/sdlglvideo.h b/src/posix/sdl/sdlglvideo.h index 8fcc184e6..3d6de5c73 100644 --- a/src/posix/sdl/sdlglvideo.h +++ b/src/posix/sdl/sdlglvideo.h @@ -76,6 +76,7 @@ public: SDL_Window *GetSDLWindow() override { return Screen; } + virtual int GetTrueHeight() { return GetClientHeight(); } protected: bool CanUpdate(); void SetGammaTable(uint16_t *tbl);