refactor(wayland): make code cleaner

This commit is contained in:
Nova
2022-11-12 11:53:11 -05:00
parent 8c36d73775
commit 83a5b36ddc
3 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ pub struct CoreSurface {
pub state: Weak<Mutex<WaylandState>>,
pub dh: DisplayHandle,
pub weak_surface: wayland_server::Weak<WlSurface>,
pub mapped_data: Mutex<Option<CoreSurfaceData>>,
mapped_data: Mutex<Option<CoreSurfaceData>>,
pub pending_material_applications: Mutex<Vec<(Arc<Model>, u32)>>,
}