aboutsummaryrefslogtreecommitdiff
path: root/examples/output-power-management.c
AgeCommit message (Collapse)Author
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-10-03treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practicalAlexander Orzechowski
2020-08-24Remove unnecessary wl_display_dispatch callsSimon Ser
wl_display_roundtrip already takes care of dispatching the display.
2020-07-21Fix typosAntonin Décimo
2020-05-20examples: make output-power-management oneshot by defaultIlia Bozhinov
2020-02-20examples: add output-power-management example clientGuido Günther