(svn r7409) -Codechange: Make the ResizeWindow function also available outside of window.c. This makes

it possible to programmatically resize windows specifying a delta x,y.
This commit is contained in:
Darkvater
2006-12-07 00:47:35 +00:00
parent 5f06024a2a
commit cf385cccf3
2 changed files with 52 additions and 41 deletions

View File

@@ -630,6 +630,7 @@ Window *AllocateWindowDesc(const WindowDesc *desc);
Window *AllocateWindowDescFront(const WindowDesc *desc, int window_number);
void DrawWindowViewport(const Window *w);
void ResizeWindow(Window *w, int x, int y);
/**
* Sets the enabled/disabled status of a widget.