GUI: prevent window from being too big

issue #942
This commit is contained in:
tildearrow 2023-04-30 16:07:46 -05:00
parent 4cb9970fa1
commit 672c440d4e
2 changed files with 20 additions and 6 deletions

View file

@ -2159,7 +2159,7 @@ class FurnaceGUI {
void runBackupThread();
void pushPartBlend();
void popPartBlend();
bool detectOutOfBoundsWindow();
bool detectOutOfBoundsWindow(SDL_Rect& failing);
int processEvent(SDL_Event* ev);
bool loop();
bool finish();