summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-28 19:31:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-02-28 19:31:35 +0000
commit4a174fd6706497b41007ad3c862286c926ef88b6 (patch)
treec30357c8f64698cc4603ef57be1b50c583b0c11b /amiga/gui.h
parentc03890339ecf69b577927e100b3fa69eb1227a53 (diff)
downloadnetsurf-4a174fd6706497b41007ad3c862286c926ef88b6.tar.gz
netsurf-4a174fd6706497b41007ad3c862286c926ef88b6.tar.bz2
Allow context menus in arbitrary positions outside the browsing area.
Add a Local History item to a new back button context menu, eventually this will give a recent history list. svn path=/trunk/netsurf/; revision=11858
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 637ba44bf..61e886cfd 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -107,6 +107,7 @@ struct gui_window_2 {
char *wintitle;
char *helphints[GID_LAST];
struct timeval lastclick;
+ BOOL rmbtrapped;
};
struct gui_window
@@ -134,6 +135,7 @@ void ami_do_redraw(struct gui_window_2 *g);
STRPTR ami_locale_langs(void);
int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
struct box *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
+BOOL ami_gadget_hit(Object *obj, int x, int y);
struct TextFont *origrpfont;
struct MinList *window_list;