From 6e61e0041d46b73d9def181d39a08055cc01318b Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 27 Nov 2022 19:15:04 +0100 Subject: Mark SDL2 window as resizable This should be the long-term default and should be addressed in an early phase of development to implement the GUI with a resizable window in mind. --- gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.c') 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 -- cgit v1.2.3-70-g09d2