From 63227a214bb8e0f576ecb684313e5f3a3bdcf96f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Sep 2015 15:09:00 +0100 Subject: 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. --- render/form.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render') 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 { -- cgit v1.2.3