Find a file
Igor Deordiev c43eb2da07 output-management: add color format support
Add a color_format enum and corresponding event/request to
wlr-output-management-unstable-v1 (version 5). The enum mirrors
the DRM connector color format property, allowing clients to
read the current color encoding (RGB, YCbCr 4:4:4, 4:2:2, 4:2:0)
and request a change. Compositors should ignore set_color_format
if the connector lacks the property.
2026-05-11 16:31:18 +07:00
unstable output-management: add color format support 2026-05-11 16:31:18 +07:00
.build.yml build: pass filenames to check.sh 2022-06-08 17:38:46 +00:00
.editorconfig Add .editorconfig 2018-05-29 11:31:41 +01:00
.gitlab-ci.yml ci: add .gitlab-ci.yml 2022-06-01 07:45:21 +00:00
check.sh build: pass filenames to check.sh 2022-06-08 17:38:46 +00:00
Makefile build: add missing protocols to Makefile 2022-06-08 19:43:00 +02:00
README.md s/GitHub/GitLab/ 2021-11-01 11:34:38 +01:00
wlr-protocols.pc.in Add Makefile and pkg-config entry 2018-10-12 10:14:24 -04:00

wlr-protocols

Wayland protocols designed for use in wlroots (and other compositors).

Submitting changes to existing protocols

Please submit a merge request on GitLab.

Submitting new protocols

New protocols should not be submitted to wlr-protocols. Instead, submit them to wayland-protocols.