(svn r18013) -Codechange: Add possibility to change window size during ReInit().
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user