fix(wayland): don't double configure surface

This commit is contained in:
Nova
2025-08-03 13:05:01 -07:00
parent b26d82c991
commit 923c1a3cc1

View File

@@ -76,8 +76,6 @@ impl XdgSurface for Surface {
}
toplevel.reconfigure(client).await?;
let serial = client.next_event_serial();
self.configure(client, sender_id, serial).await?;
let pid = client.get::<Display>(ObjectId::DISPLAY).unwrap().pid;
let configured = self.configured.clone();