(svn r18013) -Codechange: Add possibility to change window size during ReInit().

This commit is contained in:
alberth
2009-11-08 15:22:04 +00:00
parent 4c06a9e549
commit a2e6035f16
2 changed files with 10 additions and 6 deletions

View File

@@ -598,7 +598,7 @@ public:
void DeleteChildWindows(WindowClass wc = WC_INVALID) const;
void SetDirty() const;
void ReInit();
void ReInit(int rx = 0, int ry = 0);
/**
* Mark this window's data as invalid (in need of re-computing)