Add option to remember window size & position.
This commit is contained in:
parent
541c9f0030
commit
01ad1ed98c
5 changed files with 62 additions and 0 deletions
|
|
@ -504,3 +504,4 @@ void onesec();
|
|||
void resetpc_cad();
|
||||
|
||||
extern int start_in_fullscreen;
|
||||
extern int window_w, window_h, window_x, window_y, window_remember;
|
||||
|
|
|
|||
Loading…
Reference in a new issue