|
@@ -1372,7 +1372,8 @@ video_getSetWindowMinimumSize(void *arg)
|
|
int wVariation, hVariation;
|
|
int wVariation, hVariation;
|
|
int referenceW, referenceH;
|
|
int referenceW, referenceH;
|
|
int currentW, currentH;
|
|
int currentW, currentH;
|
|
- int desiredW, desiredH;
|
|
|
|
|
|
+ int desiredW = 1;
|
|
|
|
+ int desiredH = 1;
|
|
|
|
|
|
/* Get display bounds for size range */
|
|
/* Get display bounds for size range */
|
|
result = SDL_GetDisplayBounds(0, &display);
|
|
result = SDL_GetDisplayBounds(0, &display);
|