new .ini setting #toggle_borderless

This commit is contained in:
FunkyFr3sh 2023-07-03 05:13:47 +02:00
parent a4e95ac6a0
commit f2a613ff2a
5 changed files with 59 additions and 29 deletions

View file

@ -9,6 +9,7 @@ typedef struct CNCDDRAWCONFIG
{
RECT window_rect;
int window_state;
int borderless_state;
char ini_path[MAX_PATH];
char game_path[MAX_PATH];
char process_file_name[MAX_PATH];

View file

@ -137,6 +137,7 @@ typedef struct CNCDDRAW
int show_cursor_count;
BOOL accurate_timers;
BOOL resizable;
BOOL toggle_borderless;
BOOL nonexclusive;
BOOL fixpitch;
int fixchilds;