fix window resize and maximize for macOS + fix resize on linux

This commit is contained in:
FunkyFr3sh 2024-10-03 03:57:10 +02:00
parent 95a5f7231e
commit ca6c447ae6
4 changed files with 14 additions and 6 deletions

View file

@ -65,7 +65,6 @@ typedef struct CNCDDRAWCONFIG
BOOL fix_alt_key_stuck;
BOOL fix_not_responding;
BOOL no_compat_warning;
BOOL wine_allow_resize;
int guard_lines;
int max_resolutions;
BOOL lock_surfaces;