wlroots/backend/noop
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: introduce wlr_backend_finish 2021-05-21 22:13:54 +02:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00
output.c backend: add output state allow-lists 2021-06-20 23:17:08 +02:00