mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-24 08:56:28 -05:00
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:
parent
0173275f7e
commit
6688a3d9ea
3 changed files with 70 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue