(svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero height or zero width) widgets.
This commit is contained in:
@@ -573,7 +573,7 @@ void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y);
|
||||
|
||||
void ResizeButtons(Window *w, byte left, byte right);
|
||||
|
||||
void ResizeWindowForWidget(Window *w, int widget, int delta_x, int delta_y);
|
||||
void ResizeWindowForWidget(Window *w, uint widget, int delta_x, int delta_y);
|
||||
|
||||
void SetVScrollCount(Window *w, int num);
|
||||
void SetVScroll2Count(Window *w, int num);
|
||||
|
Reference in New Issue
Block a user