From 18aefabd20a16dda9ed5363088f0da5ada0d4431 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 30 Jun 2014 16:40:56 +0100 Subject: change reformat to be driven from the scheduler like redraw --- desktop/gui_factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/gui_factory.c') diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c index fd0867491..977805e9c 100644 --- a/desktop/gui_factory.c +++ b/desktop/gui_factory.c @@ -154,6 +154,9 @@ static nserror verify_window_register(struct gui_window_table *gwt) if (gwt->update_extent == NULL) { return NSERROR_BAD_PARAMETER; } + if (gwt->reformat == NULL) { + return NSERROR_BAD_PARAMETER; + } /* fill in the optional entries with defaults */ -- cgit v1.2.3