wlroots/backend/x11
Simon Ser 2f615468b6 backend: add output state allow-lists
Right now, when a new output state field is added, all backends by
default won't reject it. This means we need to add new checks to
each and every backend when we introduce a new state field.

Instead, introduce a bitmask of supported output state fields in
each backend, and error out if the user has submitted an unknown
field.

Some fields don't need any backend involvment to work. These are
listed in WLR_OUTPUT_STATE_BACKEND_OPTIONAL as a convenience.
2021-06-20 23:17:08 +02:00
..
backend.c backend/x11: remove swapchain 2021-06-07 15:42:38 +02:00
input_device.c Fix stuck keys on X11 backend 2021-04-20 08:19:48 +02:00
meson.build backend/x11: add support for shm buffers 2021-04-20 20:27:25 +02:00
output.c backend: add output state allow-lists 2021-06-20 23:17:08 +02:00