(svn r16778) -Codechange: Split window initialization in a data part and a size/position part.
This commit is contained in:
@@ -190,8 +190,8 @@ struct Window : ZeroedMemoryAllocator {
|
||||
};
|
||||
|
||||
protected:
|
||||
void Initialize(int x, int y, int min_width, int min_height,
|
||||
WindowClass cls, const Widget *widget, NWidgetBase *nwid, int window_number);
|
||||
void InitializeData(WindowClass cls, const Widget *widget, NWidgetBase *nwid, int window_number);
|
||||
void InitializePositionSize(int x, int y, int min_width, int min_height);
|
||||
void FindWindowPlacementAndResize(int def_width, int def_height);
|
||||
void FindWindowPlacementAndResize(const WindowDesc *desc);
|
||||
|
||||
|
Reference in New Issue
Block a user