mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
output: drop output timeline flag
This has been superseded by the backend-wide feature flag.
This commit is contained in:
parent
785e340f01
commit
1e949402b0
2 changed files with 0 additions and 7 deletions
|
|
@ -171,8 +171,6 @@ struct wlr_output {
|
|||
|
||||
// true for example with VR headsets
|
||||
bool non_desktop;
|
||||
// Whether wait/signal timelines are supported
|
||||
bool timeline;
|
||||
|
||||
// Commit sequence number. Incremented on each commit, may overflow.
|
||||
uint32_t commit_seq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue