diff options
Diffstat (limited to 'ui/window.h')
-rw-r--r-- | ui/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/window.h b/ui/window.h index 369228a..8f2b70b 100644 --- a/ui/window.h +++ b/ui/window.h @@ -31,11 +31,12 @@ public: protected: virtual void render() const; + struct GLInitHelper { GLInitHelper(); }; - const glm::ivec2 size; + const ScreenAbsCoord size; SDL_WindowPtr m_window; SDL_GLContextPtr glContext; GLInitHelper glInithelper; |