summaryrefslogtreecommitdiff
path: root/render
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 /render
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 'render')
-rw-r--r--render/form.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/form.h b/render/form.h
index 44f383960..744ac32e7 100644
--- a/render/form.h
+++ b/render/form.h
@@ -26,6 +26,7 @@
#define _NETSURF_RENDER_FORM_H_
struct form_control;
+struct rect;
/** Option in a select. */
struct form_option {