wayland: Refactor serial usage (#11388)
Adds a `SerialTracker` type which helps simplify serial handling. Release Notes: - N/A
This commit is contained in:
parent
3018a64a1b
commit
5486c3dc93
3 changed files with 108 additions and 26 deletions
|
@ -1,6 +1,7 @@
|
|||
mod client;
|
||||
mod cursor;
|
||||
mod display;
|
||||
mod serial;
|
||||
mod window;
|
||||
|
||||
pub(crate) use client::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue