aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/x11_stub.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21Move includes to a separate directoryDavid Robillard1-54/+0
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy.
2020-10-20Split stub backends into separate filesDavid Robillard1-0/+54
This makes things more consistent between platforms and backends.