summaryrefslogtreecommitdiff
path: root/frontends/amiga/search.h
Commit message (Collapse)AuthorAgeFilesLines
* Declare global variables as extern in headersMichael Forney2019-06-301-1/+1
| | | | | | | Otherwise, each source file that includes the header will create a new definition, which are usually merged together by the linker. Multiple definitions of an object is not allowed in ISO C.
* Start tidying up Amiga event-handling codeChris Young2016-12-301-5/+0
| | | | | | | 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
* reduce core header usageVincent Sanders2016-06-011-8/+20
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+37