output: add output state setters

This ensures compositors don't forget to set the committed flag
or the mode_type when setting a field.
This commit is contained in:
Simon Ser 2022-06-07 18:54:42 +02:00
parent 0173275f7e
commit 6688a3d9ea
3 changed files with 70 additions and 0 deletions

View file

@ -6,6 +6,7 @@ wlr_files += files(
'output/cursor.c',
'output/output.c',
'output/render.c',
'output/state.c',
'output/transform.c',
'scene/subsurface_tree.c',
'scene/surface.c',