aboutsummaryrefslogtreecommitdiff
path: root/test/test_show_hide.c
AgeCommit message (Collapse)Author
2020-03-15Add type and flags to worldDavid Robillard
Unfortunately this is an API break, but there's no reasonable way to deprecate the old function and this is required for things to work correctly. The type will be used in following commits to tick the main loop and dispatch events correctly for either case.
2020-03-15Cleanup: Fix indentationDavid Robillard
2020-03-09Add test for basic view creation, exposure, and destructionDavid Robillard