wayland: Refactor serial usage (#11388)

Adds a `SerialTracker` type which helps simplify serial handling.

Release Notes:

- N/A
This commit is contained in:
apricotbucket28 2024-05-06 17:15:42 -03:00 committed by GitHub
parent 3018a64a1b
commit 5486c3dc93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 108 additions and 26 deletions

View file

@ -1,6 +1,7 @@
mod client;
mod cursor;
mod display;
mod serial;
mod window;
pub(crate) use client::*;