allow to toggle windowed/maximize with a single key press

This commit is contained in:
FunkyFr3sh 2024-10-12 01:24:07 +02:00
parent 01fe4f2f0f
commit 362d05367c
3 changed files with 24 additions and 8 deletions

View file

@ -86,7 +86,9 @@ typedef struct CNCDDRAWCONFIG
struct
{
int toggle_fullscreen;
int toggle_fullscreen2;
int toggle_maximize;
int toggle_maximize2;
int unlock_cursor1;
int unlock_cursor2;
int screenshot;
@ -100,7 +102,6 @@ typedef struct CNCDDRAWCONFIG
BOOL stronghold_hack;
BOOL mgs_hack;
BOOL tlc_hack;
BOOL homm_hack;
BOOL carma95_hack;
BOOL sirtech_hack;
BOOL flightsim98_hack;