mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-15 05:34:22 -04:00
drm backend: detect non-desktop outputs
This commit is contained in:
parent
481fbbca58
commit
05ed202183
4 changed files with 13 additions and 2 deletions
|
|
@ -112,6 +112,9 @@ struct wlr_output {
|
|||
bool frame_pending;
|
||||
float transform_matrix[9];
|
||||
|
||||
// true, for example, with VR headsets
|
||||
bool non_desktop;
|
||||
|
||||
struct wlr_output_state pending;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue