(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
This commit is contained in:
@@ -282,7 +282,7 @@ void ShowDropDownList(Window *w, DropDownList *list, int selected, int button, u
|
||||
|
||||
if (width == 0) width = wi->right - wi->left + 1;
|
||||
|
||||
Window *dw = AllocateWindow(
|
||||
Window *dw = new Window(
|
||||
w->left + wi->left,
|
||||
top,
|
||||
width,
|
||||
|
Reference in New Issue
Block a user