From 03a31f9358cabff49e6291cc9d72bdc49aa4524d Mon Sep 17 00:00:00 2001 From: gabbagaps Date: Mon, 11 Jul 2022 16:13:56 +0000 Subject: [PATCH] Update 'graphics.c' oversight because of dwm --- graphics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics.c b/graphics.c index be28e2c..a684746 100644 --- a/graphics.c +++ b/graphics.c @@ -66,7 +66,7 @@ void init_video() SDL_WINDOWPOS_CENTERED, WINDOW_WIDTH, WINDOW_HEIGHT, - SDL_WINDOW_MAXIMIZED + 0 ); if (!window)