summaryrefslogtreecommitdiff
path: root/amiga/selectmenu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
commit63227a214bb8e0f576ecb684313e5f3a3bdcf96f (patch)
tree77923d38486b4403ac0aa02ea2d3ee3024dc99e9 /amiga/selectmenu.h
parent00aa1e2d3501ee0a004415a56a845db51c660ef4 (diff)
downloadnetsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.gz
netsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.bz2
Rename context_menu.c and strip out all the context menu code, so this file and popupmenu.class is only used (optionally) for HTML form selection.
Diffstat (limited to 'amiga/selectmenu.h')
-rwxr-xr-xamiga/selectmenu.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/amiga/selectmenu.h b/amiga/selectmenu.h
new file mode 100755
index 000000000..97f288add
--- /dev/null
+++ b/amiga/selectmenu.h
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2008-9, 2011 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * NetSurf is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * NetSurf is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef AMIGA_SELECTMENU_H
+#define AMIGA_SELECTMENU_H
+
+struct gui_window;
+struct form_control;
+
+void gui_create_form_select_menu(struct gui_window *g, struct form_control *control);
+
+#endif
+