From b49bfbca6c9aee5dfbe33b6c5cbbe4be2d04d05e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 15 May 2015 15:43:11 -0400 Subject: [PATCH] Forgot windowQueueResize() in previous commit. --- redo/windows/window.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redo/windows/window.c b/redo/windows/window.c index 6cce9f78..a0d86105 100644 --- a/redo/windows/window.c +++ b/redo/windows/window.c @@ -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