diff --git a/src/wayland/handlers/data_device.rs b/src/wayland/handlers/data_device.rs
index 3590a35b..61b4564d 100644
--- a/src/wayland/handlers/data_device.rs
+++ b/src/wayland/handlers/data_device.rs
@@ -10,17 +10,17 @@ use smithay::{
ClientDndGrabHandler, DataDeviceHandler, DataDeviceState, ServerDndGrabHandler,
},
};
-use std::cell::RefCell;
+use std::sync::Mutex;
pub struct DnDIcon {
- surface: RefCell