summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 13:06:42 +0000
commit47379c04442c805af95ba16b9932fbdb549a7594 (patch)
tree1a6d7032a9265ae8c3f186ef5ae718c67894877e /frontends/amiga/gui.h
parent9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2 (diff)
downloadnetsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.gz
netsurf-47379c04442c805af95ba16b9932fbdb549a7594.tar.bz2
Update treeviews to use event callback
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 da60c6749..b76efdce4 100644
--- a/frontends/amiga/gui.h
+++ b/frontends/amiga/gui.h
@@ -107,7 +107,7 @@ struct ami_win_event_table {
struct ami_generic_window {
struct nsObject *node;
- struct ami_win_event_table *tbl;
+ const struct ami_win_event_table *tbl;
};
struct gui_window_2 {
@@ -276,7 +276,7 @@ void ami_gui_switch_to_new_tab(struct gui_window_2 *gwin);
/**
* Add a window to the NetSurf window list (to enable event processing)
*/
-nserror ami_gui_win_list_add(void *win, int type, struct ami_win_event_table *table);
+nserror ami_gui_win_list_add(void *win, int type, const struct ami_win_event_table *table);
/**
* Remove a window from the NetSurf window list