aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl/detail/x11_gl.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21Cleanup: Always put return types on their own lineDavid Robillard1-1/+2
2020-10-21Move includes to a separate directoryDavid Robillard1-0/+238
This is more conventional and directories named "include" are specially understood by some tooling like clang-tidy.