summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-24 19:57:27 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-24 19:57:27 +0000
commitf7e32547987a23148cdf292d8b08733ad3f77409 (patch)
treef0eb7b77d1611a9dc2b9b845bf76a3d1a4edaea6 /amiga/gui.h
parent004aee8281895120f69bb83559278c17805584cd (diff)
downloadnetsurf-f7e32547987a23148cdf292d8b08733ad3f77409.tar.gz
netsurf-f7e32547987a23148cdf292d8b08733ad3f77409.tar.bz2
Fix menu disable on tab switch and Cut
svn path=/trunk/netsurf/; revision=10661
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index a291649f0..2a961f62c 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -127,8 +127,7 @@ void ami_close_all_tabs(struct gui_window_2 *gwin);
void ami_quit_netsurf(void);
void ami_do_redraw(struct gui_window_2 *g);
STRPTR ami_locale_langs(void);
-
-void ami_drag_selection(struct selection *s);
+struct box *ami_text_box_at_point(struct gui_window *g, ULONG *x, ULONG *y);
struct TextFont *origrpfont;
struct MinList *window_list;