win32: save the "not maximized" window size

also fix the window start up position

see http://pulkomandy.tk/projects/GrafX2/ticket/102
This commit is contained in:
Thomas Bernard
2019-05-21 20:45:21 +02:00
parent 31d3719f26
commit 2d645edbc0
8 changed files with 99 additions and 40 deletions

View File

@@ -652,4 +652,11 @@ enum FSOBJECT_TYPE
FSOBJECT_DRIVE = 2
};
enum GFX2_WINDOW_STATES
{
GFX2_WINDOW_STANDARD = 0,
GFX2_WINDOW_MAXIMIZED,
GFX2_WINDOW_MINIMIZED
};
#endif