summaryrefslogtreecommitdiff
path: root/gui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui.hpp')
-rw-r--r--gui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.hpp b/gui.hpp
index 451d9e0..d1d707c 100644
--- a/gui.hpp
+++ b/gui.hpp
@@ -65,6 +65,7 @@ typedef struct {
typedef struct {
Input input;
i32 width, height; // window width and height in pixels
+ bool fullscreen;
bool close; // should the window be closed? default: input.closed
void *memory;
size_t memory_size;