summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 18:48:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-07-03 18:48:46 +0100
commitea00b378744f98e38b0c00e97a5c78d9d76d6dd3 (patch)
tree7e09d5a276753fa9acea863e97d2e06406c82e31 /frontends/amiga/gui.h
parent61979923c146b4456d24e794a44c08adc334cff6 (diff)
downloadnetsurf-ea00b378744f98e38b0c00e97a5c78d9d76d6dd3.tar.gz
netsurf-ea00b378744f98e38b0c00e97a5c78d9d76d6dd3.tar.bz2
Attempt to help gcc out a little
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index 4272920dc..69a103ae9 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -182,8 +182,8 @@ void ami_quit_netsurf(void);
void ami_schedule_redraw(struct gui_window_2 *gwin, bool full_redraw);
STRPTR ami_locale_langs(int *codeset);
int ami_key_to_nskey(ULONG keycode, struct InputEvent *ie);
-bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *x, ULONG *y);
-bool ami_mouse_to_ns_coords(struct gui_window_2 *gwin, int *x, int *y,
+bool ami_text_box_at_point(struct gui_window_2 *gwin, ULONG *restrict x, ULONG *restrict y);
+bool ami_mouse_to_ns_coords(struct gui_window_2 *gwin, int *restrict x, int *restrict y,
int mouse_x, int mouse_y);
BOOL ami_gadget_hit(Object *obj, int x, int y);
void ami_gui_history(struct gui_window_2 *gwin, bool back);