gitadora: (arena model) prevent the small subscreen from being closed (#487)

## Link to GitHub Issue, if one exists
#477 

## Description of change
Ensure the small subscreen can't be resized or closed by accident.
This commit is contained in:
bicarus
2025-12-30 14:30:59 -08:00
committed by GitHub
parent 46dc22dd63
commit b8e99e75e5
3 changed files with 18 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ extern bool GRAPHICS_WSUB_BORDERLESS;
extern bool GRAPHICS_WSUB_ALWAYS_ON_TOP;
extern HWND TDJ_SUBSCREEN_WINDOW;
extern HWND SDVX_SUBSCREEN_WINDOW;
extern HWND GFDM_SUBSCREEN_WINDOW;
extern bool SUBSCREEN_FORCE_REDRAW;