summaryrefslogtreecommitdiff
path: root/riscos/window.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-24 20:45:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-24 20:45:21 +0100
commit94f32b83694b4a45e723d0fdfd6f4496701e56e3 (patch)
tree329a612a4061e97858459b110e8c44987194b76e /riscos/window.c
parent69e82a8966e7e5b8157856a5c990eaabc7b3fc79 (diff)
downloadnetsurf-94f32b83694b4a45e723d0fdfd6f4496701e56e3.tar.gz
netsurf-94f32b83694b4a45e723d0fdfd6f4496701e56e3.tar.bz2
Move create_form_select_menu to window gui table.
Diffstat (limited to 'riscos/window.c')
-rw-r--r--riscos/window.c3
1 files changed, 2 insertions, 1 deletions
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,