diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-03 09:55:24 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-02-03 09:55:24 +0200 |
commit | 99ae8d71d5a302c2812e3b469953eaf71f5a6654 (patch) | |
tree | 5fabda969b7def498d77266e78c57a9f77df30c2 /src/ui/window.h | |
parent | f5d9ddb6fe63b3601532d9ba1bce2963815f0dbb (diff) |
Window: Fullscreen mode shouldn't affect the retained window rect
IssueID #130
Diffstat (limited to 'src/ui/window.h')
-rw-r--r-- | src/ui/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h index 4b6a6e7a..8cadad1b 100644 --- a/src/ui/window.h +++ b/src/ui/window.h | |||
@@ -65,5 +65,6 @@ iInt2 coord_Window (const iWindow *, int x, int y); | |||
65 | iInt2 mouseCoord_Window (const iWindow *); | 65 | iInt2 mouseCoord_Window (const iWindow *); |
66 | uint32_t frameTime_Window (const iWindow *); | 66 | uint32_t frameTime_Window (const iWindow *); |
67 | SDL_Renderer *renderer_Window (const iWindow *); | 67 | SDL_Renderer *renderer_Window (const iWindow *); |
68 | iBool isFullscreen_Window (const iWindow *); | ||
68 | 69 | ||
69 | iWindow * get_Window (void); | 70 | iWindow * get_Window (void); |