1
0
Fork 0
forked from wry/wry

wayland: add u64 type macro

This commit is contained in:
Julian Orth 2025-06-04 13:24:28 +02:00
parent 7373509274
commit d6b3973979
30 changed files with 69 additions and 67 deletions

View file

@ -13,13 +13,11 @@ event type {
}
event hardware_serial {
hardware_serial_hi: u32,
hardware_serial_lo: u32,
hardware_serial: u64,
}
event hardware_id_wacom {
hardware_id_hi: u32,
hardware_id_lo: u32,
hardware_id: u64,
}
event capability {