summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-27 21:41:21 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-07-27 21:41:21 +0000
commitacf46e01a8dfeaa03585e7add070cc93677d50bf (patch)
treec01400b86440b7e331d64edeceacf10baada8b9c /amiga/gui.h
parent7bf81dbf3581f9a489363904397fc3c8138f1ec9 (diff)
downloadnetsurf-acf46e01a8dfeaa03585e7add070cc93677d50bf.tar.gz
netsurf-acf46e01a8dfeaa03585e7add070cc93677d50bf.tar.bz2
Allow text selection dragging across (NetSurf) windows. DisplayBeep if it is dropped
somewhere invalid. svn path=/trunk/netsurf/; revision=10665
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 2a961f62c..dce118b89 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -127,7 +127,8 @@ 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);
-struct box *ami_text_box_at_point(struct gui_window *g, ULONG *x, ULONG *y);
+struct box *ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
+struct gui_window_2 *ami_window_at_pointer(void);
struct TextFont *origrpfont;
struct MinList *window_list;