metal: send non-desktop outputs to the frontend
This commit is contained in:
parent
fa3d870935
commit
24d08918c4
11 changed files with 184 additions and 62 deletions
|
|
@ -99,3 +99,11 @@ event mode {
|
|||
event error {
|
||||
msg: str,
|
||||
}
|
||||
|
||||
event non_desktop_output {
|
||||
manufacturer: str,
|
||||
product: str,
|
||||
serial_number: str,
|
||||
width_mm: i32,
|
||||
height_mm: i32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue