summaryrefslogtreecommitdiff
path: root/desktop/gui_clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary utils/types.hVincent Sanders2014-11-021-1/+0
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Split up graphical user interface operations table headersVincent Sanders2014-10-161-0/+63
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