diff --git a/main.c b/main.c index 45af687..94e7e6c 100644 --- a/main.c +++ b/main.c @@ -195,7 +195,7 @@ int SDL_AppInit(int argc, char *argv[]) { return -1; } - window = SDL_CreateWindow("cgbwebcam", w, h, 0); + window = SDL_CreateWindow("cgbwebcam", w, h, SDL_WINDOW_RESIZABLE); if (!window) { SDL_Log("Couldn't create window: %s", SDL_GetError()); return -1;