Add sending initial configure trace log

This commit is contained in:
Ivan Molodetskikh
2025-09-06 11:10:23 +03:00
parent 82276771a5
commit 276275ff76
+1
View File
@@ -981,6 +981,7 @@ impl State {
workspace_name: ws.and_then(|w| w.name().cloned()),
};
trace!(surface = %toplevel.wl_surface().id(), "sending initial configure");
toplevel.send_configure();
}