aboutsummaryrefslogtreecommitdiff
path: root/examples/embedded.c
AgeCommit message (Collapse)Author
2024-01-25backend/wayland: take wl_event_loop instead of wl_displaySimon Ser
2023-10-12examples: split clients in separate repositorySimon Ser
The client examples are useful to try out protocols, however they don't need to live in the wlroots repository. Having both clients and compositors in the same place is confusing. The wlroots API changes often but protocols are set in stone.
2023-08-16examples/embedded: new exampleSimon Ser