Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | examples: separate compositor_fini from run | Dominique 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-18 | bring output configuration into shared.h | Tony Crisci | |
2017-08-18 | Refactor example output config | Tony Crisci | |
Put all the config parsing into shared.h so it is shared among the examples. | |||
2017-08-17 | fix output resolution callback | Tony Crisci | |
2017-08-17 | Fix wlr_seat; add to example compositor | nyorain | |
2017-08-06 | Changed header paths. | Scott Anderson | |
2017-06-28 | Move example -> examples | Drew DeVault | |
And the compositor example into its own directory |