(svn r6345) -Codechange: AllocateWindowDescFront() now ensures that window_number is set before calling the WE_CREATE event

this allows using the window_number in WE_CREATE window event handlers
This commit is contained in:
bjarni
2006-09-02 20:09:16 +00:00
parent 14e8615cf2
commit ab523bb59f
2 changed files with 56 additions and 28 deletions

View File

@@ -603,7 +603,7 @@ Window *AllocateWindow(
const Widget *widget);
Window *AllocateWindowDesc(const WindowDesc *desc);
Window *AllocateWindowDescFront(const WindowDesc *desc, int value);
Window *AllocateWindowDescFront(const WindowDesc *desc, int window_number);
void DrawWindowViewport(Window *w);