summaryrefslogtreecommitdiff
path: root/frontends/amiga/search.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 00:59:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-12-30 00:59:12 +0000
commit9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2 (patch)
tree01cd86f80d086bb4e45c5f062a8a6e1e66777565 /frontends/amiga/search.h
parent7ca75a4cee083ded7f3607bba5e841c430556d93 (diff)
downloadnetsurf-9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2.tar.gz
netsurf-9379a64c6dfab6046ba56b8cdb299c4da3d6c3f2.tar.bz2
Start tidying up Amiga event-handling code
As we used a shared message port, we call different event-handling functions for different window types. This changes that so we register the event-handler as a callback so we can handle event processing for all windows generically. Currently the main browser window and find window use the new approach, so the handling still has a long list of window types. This should also make window_list private to gui.c
Diffstat (limited to 'frontends/amiga/search.h')
-rwxr-xr-xfrontends/amiga/search.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontends/amiga/search.h b/frontends/amiga/search.h
index c0c6f01a3..f30352cd5 100755
--- a/frontends/amiga/search.h
+++ b/frontends/amiga/search.h
@@ -32,11 +32,6 @@ struct gui_search_table *amiga_search_table;
void ami_search_open(struct gui_window *gwin);
/**
- * Process search events
- */
-BOOL ami_search_event(void);
-
-/**
* Close search
*/
void ami_search_close(void);