From 0ed26d727f703d91ccd114375ee0aee72b24ad54 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 17 Dec 2011 18:47:35 +0000 Subject: Start popuating treeview context menu Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287 --- amiga/context_menu.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'amiga/context_menu.h') diff --git a/amiga/context_menu.h b/amiga/context_menu.h index d95cd2628..60224f4e6 100755 --- a/amiga/context_menu.h +++ b/amiga/context_menu.h @@ -1,5 +1,5 @@ /* - * Copyright 2008,2009 Chris Young + * Copyright 2008-9, 2011 Chris Young * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -20,8 +20,11 @@ #define AMIGA_CONTEXT_MENU_H #include "amiga/gui.h" +struct tree; + void ami_context_menu_init(void); void ami_context_menu_free(void); BOOL ami_context_menu_mouse_trap(struct gui_window_2 *gwin, BOOL trap); void ami_context_menu_show(struct gui_window_2 *gwin, int x, int y); +void ami_context_menu_show_tree(struct tree *tree, struct Window *win, int type); #endif -- cgit v1.2.3