summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-20 22:03:59 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-20 22:03:59 +0100
commit45736594a173d7a715b217a5236e33fb89c95436 (patch)
tree3ea34952a09bb5954e489106734c390bb602d876 /amiga/gui.h
parentb1342796448c01515d8dcb4d992f804a5f2f4fb4 (diff)
downloadnetsurf-45736594a173d7a715b217a5236e33fb89c95436.tar.gz
netsurf-45736594a173d7a715b217a5236e33fb89c95436.tar.bz2
Get presence of text input cleanly.
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 013be50c0..498e2707e 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -143,7 +143,7 @@ void ami_do_redraw_limits(struct gui_window *g, struct browser_window *bw,
int x0, int y0, int x1, int y1);
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_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
void ami_gui_history(struct gui_window_2 *gwin, bool back);