Go to file
Ben Buhse 84c3e0baf1
Remove noop()
Sending a handler with incompatible pointer types is undefined
behavior, so this removes noop() and implements empty handlers for all
of its previous uses.

This used to work until C23.
2024-12-03 13:21:33 +01:00
.builds Add sourcehut build job 2021-08-05 22:07:53 +02:00
.gitignore Implement everything 2021-06-14 21:35:52 +00:00
bash-completion add bash completion 2024-03-28 19:11:46 +01:00
LICENSE init 2021-06-14 21:35:38 +00:00
Makefile add bash completion 2024-03-28 19:11:46 +01:00
README Remove "or later" from license header 2022-01-30 15:11:00 +01:00
wlopm.1 Typo 2022-07-28 11:56:35 +02:00
wlopm.c Remove noop() 2024-12-03 13:21:33 +01:00
wlr-output-power-management-unstable-v1.xml Implement everything 2021-06-14 21:35:52 +00:00

wlopm - Wayland output power management

Simple client implementing zwlr-output-power-management-v1.

wlopm is licensed under the GPLv3.