Add: parameter for ReInit() to reposition window to default.

This commit is contained in:
Peter Nelson
2023-04-25 09:13:33 +01:00
committed by PeterN
parent 55d981aec3
commit e8df28d7f3
2 changed files with 9 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ public:
static void DeleteClosedWindows();
void SetDirty() const;
void ReInit(int rx = 0, int ry = 0);
void ReInit(int rx = 0, int ry = 0, bool reposition = false);
/** Is window shaded currently? */
inline bool IsShaded() const