summaryrefslogtreecommitdiff
path: root/frontends/riscos/font.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.
* move plot style header to netsurf include directoryVincent Sanders2017-01-131-2/+3
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* move frontends into sub directoryVincent Sanders2016-05-151-0/+45