summaryrefslogtreecommitdiff
path: root/desktop/gui_table.h
Commit message (Collapse)AuthorAgeFilesLines
* Move bitmap operations into an operation table.Vincent Sanders2015-04-131-0/+10
| | | | | | | The generic bitmap handlers provided by each frontend are called back from the core and therefore should be in an operation table. This was one of the very few remaining interfaces stopping the core code from being split into a library.
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+124
This is the initial part of a series which splits up the API interface definitions for the frontends removing a great deal of unnecessary file inclusion and further isolates the fronted API usage from the core