From 94f32b83694b4a45e723d0fdfd6f4496701e56e3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Oct 2014 20:45:21 +0100 Subject: Move create_form_select_menu to window gui table. --- riscos/window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'riscos/window.c') diff --git a/riscos/window.c b/riscos/window.c index 1af124901..eafc8145b 100644 --- a/riscos/window.c +++ b/riscos/window.c @@ -1358,7 +1358,7 @@ void gui_window_set_extent(struct gui_window *g, int width, int height) * \param control form control of type GADGET_SELECT */ -void gui_create_form_select_menu(struct gui_window *g, +static void gui_window_create_form_select_menu(struct gui_window *g, struct form_control *control) { os_error *error; @@ -5044,6 +5044,7 @@ static struct gui_window_table window_table = { .new_content = gui_window_new_content, .start_throbber = gui_window_start_throbber, .stop_throbber = gui_window_stop_throbber, + .create_form_select_menu = gui_window_create_form_select_menu, /* from save */ .drag_save_object = gui_drag_save_object, -- cgit v1.2.3