summaryrefslogtreecommitdiff
path: root/amiga/context_menu.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-12-17 18:47:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-12-17 18:47:35 +0000
commit0ed26d727f703d91ccd114375ee0aee72b24ad54 (patch)
treebfeb612b3c126ec97fbdf3ed4404462b94f53bf6 /amiga/context_menu.h
parentdc082c96cb3d90096fe2761f24127a0ad99f5b2d (diff)
downloadnetsurf-0ed26d727f703d91ccd114375ee0aee72b24ad54.tar.gz
netsurf-0ed26d727f703d91ccd114375ee0aee72b24ad54.tar.bz2
Start popuating treeview context menu
Remove add folder/bookmark buttons from hotlist svn path=/trunk/netsurf/; revision=13287
Diffstat (limited to 'amiga/context_menu.h')
-rwxr-xr-xamiga/context_menu.h5
1 files changed, 4 insertions, 1 deletions
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 <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008-9, 2011 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* 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