summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 528f0c6d0..83e857474 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -497,8 +497,12 @@ struct gui_browser_table {
/**
* create a form select menu
+ *
+ * \param g gui window containing form control
+ * \param control form control of type GADGET_SELECT
*/
- void (*create_form_select_menu)(struct browser_window *bw, struct form_control *control);
+ void (*create_form_select_menu)(struct gui_window *g,
+ struct form_control *control);
/**
* verify certificate