diff options
Diffstat (limited to 'gui.c')
-rw-r--r-- | gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |