actually get the input dialog somewhere

This commit is contained in:
StapleButter
2017-09-30 18:58:13 +02:00
parent cb284fbe2b
commit acc23f47cc
3 changed files with 102 additions and 12 deletions

View File

@ -56,8 +56,8 @@ uiWindowsControlAllDefaults(uiArea)
static void uiAreaMinimumSize(uiWindowsControl *c, int *width, int *height)
{
// TODO
*width = 0;
*height = 0;
*width = 1;
*height = 1;
}
ATOM registerAreaClass(HICON hDefaultIcon, HCURSOR hDefaultCursor)