resize
This commit is contained in:
parent
afe5384df5
commit
6e29bc4485
1 changed files with 1 additions and 1 deletions
2
main.c
2
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue