(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:
2
window.h
2
window.h
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user