forked from AbleOS/ableos
7 lines
81 B
Plaintext
7 lines
81 B
Plaintext
|
alias HostID = u64;
|
||
|
|
||
|
struct WindowID {
|
||
|
host_id: HostID,
|
||
|
window_id: u64
|
||
|
}
|