This commit is contained in:
lifning 2024-04-23 02:03:50 -07:00
parent afe5384df5
commit 6e29bc4485
1 changed files with 1 additions and 1 deletions

2
main.c
View File

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