summaryrefslogtreecommitdiff
path: root/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui.c')
-rw-r--r--gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.c b/gui.c
index 04a53b3..b073570 100644
--- a/gui.c
+++ b/gui.c
@@ -20,7 +20,7 @@ void gui_run(void) {
SDL_Init(SDL_INIT_VIDEO);
window = SDL_CreateWindow("LimoX",
SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480,
- 0
+ SDL_WINDOW_RESIZABLE
);
// output video driver to stderr