ableos/sysdata/programs/horizon/protocol/lib.idl

7 lines
81 B
Plaintext
Raw Normal View History

2024-09-13 21:40:05 +00:00
alias HostID = u64;
struct WindowID {
host_id: HostID,
window_id: u64
}