Set initial fullscreen from screen.c

This commit is contained in:
Romain Vimont
2021-04-13 22:10:45 +02:00
parent c6d7f5ee96
commit 65c4f487b3
3 changed files with 7 additions and 4 deletions

View File

@@ -52,6 +52,8 @@ struct screen_params {
uint8_t rotation;
bool mipmaps;
bool fullscreen;
};
// initialize screen, create window, renderer and texture (window is hidden)