aboutsummaryrefslogtreecommitdiff
path: root/examples/shared.h
AgeCommit message (Collapse)Author
2017-08-28handle input device destroyTony Crisci
2017-08-26refactor example config and add ini.cTony Crisci
2017-08-26add wlr_cursor basic implementationTony Crisci
2017-08-19examples: separate compositor_fini from runDominique Martinet
compositor_fini destroys the display, but it is an error to destroy it before e.g. wlr_seat that references it. This lets us order destroy calls properly, following first-in-last-out logic.
2017-08-18bring output configuration into shared.hTony Crisci
2017-08-18Refactor example output configTony Crisci
Put all the config parsing into shared.h so it is shared among the examples.
2017-08-17fix output resolution callbackTony Crisci
2017-08-17Fix wlr_seat; add to example compositornyorain
2017-08-06Changed header paths.Scott Anderson
2017-06-28Move example -> examplesDrew DeVault
And the compositor example into its own directory