new .ini setting #toggle_borderless
This commit is contained in:
parent
e39414a477
commit
a02c7f3e68
5 changed files with 59 additions and 22 deletions
|
@ -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];
|
||||
|
|
1
inc/dd.h
1
inc/dd.h
|
@ -142,6 +142,7 @@ typedef struct CNCDDRAW
|
|||
BOOL opengl_core;
|
||||
BOOL accurate_timers;
|
||||
BOOL resizable;
|
||||
BOOL toggle_borderless;
|
||||
BOOL nonexclusive;
|
||||
int fixchilds;
|
||||
BOOL fixwndprochook;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue