aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/win.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-29Cleanup: Clean up includes and call IWYU in lint targetDavid Robillard1-0/+2
2019-07-29Fix various clang-tidy warningsDavid Robillard1-13/+13
2019-07-29Reorganize source to separate private implementation detailsDavid Robillard1-0/+677
Taking a page from C++ convention, where "detail" is for things that should not be included in user code.