Forgot windowQueueResize() in previous commit.

This commit is contained in:
Pietro Gagliardi 2015-05-15 15:43:11 -04:00
parent 07a3df6dd8
commit b49bfbca6c
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@ static void windowResize(uiControl *c, intmax_t x, intmax_t y, intmax_t width, i
complain("attempt to resize the uiWindow at %p", c);
}
static void windowQueueResize(uiControl *c)
{
complain("attempt to queue a resize of the uiWindow at %p", c);
}
static void windowGetSizing(uiControl *c, uiSizing *d)
{
// TODO