gitadora: prevent window resize (#529)

## Link to GitHub Issue, if one exists
n/a

## Description of change
Gitadora (pre-Delta) tends to soft lock, have graphical issues (menu bg
render as black), or take a long time (minutes) between scene
transitions when window is resized.
This commit is contained in:
bicarus
2026-01-22 00:51:12 -08:00
committed by GitHub
parent 9fd9290cd3
commit cb59fe14e9
3 changed files with 41 additions and 0 deletions
+1
View File
@@ -102,4 +102,5 @@ void graphics_update_window_style(HWND hWnd);
void graphics_update_z_order(HWND hWnd, bool always_on_top);
void graphics_move_resize_window(HWND hWnd);
bool graphics_window_change_crashes_game();
bool graphics_window_resize_breaks_game();
void graphics_load_windowed_subscreen_parameters();