mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
output: drop wlr_output.needs_frame
The frame scheduler is responsible for de-duplicating needs_frame events.
This commit is contained in:
parent
0967873a20
commit
d99ee40a1d
3 changed files with 1 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue