wip: cosmic-randr-shell empty serial number for now

This commit is contained in:
Ashley Wulber 2026-02-24 15:23:20 -05:00 committed by Ashley Wulber
parent a48c4fc47d
commit 8fdef03d88
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,6 @@ tracing = { version = "0.1.44", features = [
], optional = true }
[features]
default = []
default = ["output", "randr"]
output = ["ron", "tracing"]
randr = ["cosmic-randr-shell", "output"]

View file

@ -74,6 +74,7 @@ impl From<CompList> for cosmic_randr_shell::List {
// XXX no physical output size in the config
physical: (0, 0),
adaptive_sync_availability: None,
serial_number: String::new(),
});
}