@ -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());