Harden editor app windowing boundary

This commit is contained in:
2026-04-26 16:01:07 +08:00
parent f4afaf184e
commit ac626d48c4
31 changed files with 473 additions and 553 deletions

View File

@@ -9,14 +9,6 @@
namespace XCEngine::UI::Editor {
struct EditorWindowWorkspaceMutationRequest {
UIEditorWindowWorkspaceState windowState = {};
bool IsValid() const {
return !windowState.windowId.empty();
}
};
struct EditorWindowHostSnapshot {
std::string windowId = {};
bool workspaceWindow = false;