summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 17:29:14 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 17:29:14 +0100
commitdf5c18315ff13e215f661eacd2d81e3c0a758e57 (patch)
tree2e515d98cf90eb182566077fadc4e54e47c6c051 /frontends/amiga/gui.h
parentd0df3fa4b340071fbe54f9e7966f62b873b52b81 (diff)
downloadnetsurf-df5c18315ff13e215f661eacd2d81e3c0a758e57.tar.gz
netsurf-df5c18315ff13e215f661eacd2d81e3c0a758e57.tar.bz2
Pass ptr to clicktab var instead of func calls
Diffstat (limited to 'frontends/amiga/gui.h')
-rw-r--r--frontends/amiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/amiga/gui.h b/frontends/amiga/gui.h
index f45d22e22..e3f0f4330 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -152,7 +152,7 @@ struct gui_window_2 {
struct Hook throbber_hook;
struct Hook *ctxmenu_hook;
Object *restrict history_ctxmenu[2];
- Object *restrict clicktab_ctxmenu;
+ Object *clicktab_ctxmenu;
gui_drag_type drag_op;
struct IBox *ptr_lock;
struct AppWindow *appwin;