refactor(wayland): move surface id to wl_surface

This commit is contained in:
Nova
2025-09-05 17:04:59 -07:00
parent c5440bc426
commit 7314428ce7
3 changed files with 16 additions and 7 deletions

View File

@@ -5,9 +5,7 @@ use crate::wayland::{
display::Display,
xdg::{toplevel::Toplevel, wm_base::XdgSurfaceRole},
};
use std::sync::Arc;
use std::sync::OnceLock;
use std::sync::Weak;
use std::sync::{Arc, OnceLock, Weak};
pub use waynest::server::protocol::stable::xdg_shell::xdg_surface::*;
use waynest::{
server::{Client, Dispatcher, Result},