mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -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
c90abf3199
commit
cd219a7e38
2 changed files with 0 additions and 10 deletions
|
|
@ -150,8 +150,6 @@ struct wlr_output {
|
|||
enum wlr_output_adaptive_sync_status adaptive_sync_status;
|
||||
uint32_t render_format;
|
||||
|
||||
bool needs_frame;
|
||||
|
||||
// true for example with VR headsets
|
||||
bool non_desktop;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue