wip: cosmic-randr-shell empty serial number for now
This commit is contained in:
parent
a48c4fc47d
commit
8fdef03d88
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,6 @@ tracing = { version = "0.1.44", features = [
|
||||||
], optional = true }
|
], optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["output", "randr"]
|
||||||
output = ["ron", "tracing"]
|
output = ["ron", "tracing"]
|
||||||
randr = ["cosmic-randr-shell", "output"]
|
randr = ["cosmic-randr-shell", "output"]
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,7 @@ impl From<CompList> for cosmic_randr_shell::List {
|
||||||
// XXX no physical output size in the config
|
// XXX no physical output size in the config
|
||||||
physical: (0, 0),
|
physical: (0, 0),
|
||||||
adaptive_sync_availability: None,
|
adaptive_sync_availability: None,
|
||||||
|
serial_number: String::new(),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue