output: drop wlr_output.needs_frame

The frame scheduler is responsible for de-duplicating needs_frame
events.
This commit is contained in:
Simon Ser 2024-01-08 18:44:34 +01:00 committed by Kenny Levinsen
parent 0967873a20
commit d99ee40a1d
3 changed files with 1 additions and 11 deletions

View file

@ -219,8 +219,6 @@ struct wlr_output {
// true, changes may either succeed or fail.
bool adaptive_sync_supported;
bool needs_frame;
// true for example with VR headsets
bool non_desktop;