MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / emptyWindowStateRequestResult

Function emptyWindowStateRequestResult

tools/decoration-runtime.ts:3013–3024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3011 snapshot: snapshotForDebug(snapshot),
3012 });
3013 existing.preconfigured = false;
3014 reanchorAnimationEntries(existing.animationEntries, nowMs);
3015 dirtyWindowIds.add(snapshot.id);
3016 }
3017 existing.cache.setContext(RENDER_COMPOSITION_CONTEXT);
3018
3019 const focusChanged = existing.latestSnapshot.isFocused !== snapshot.isFocused;
3020 existing.latestSnapshot = snapshot;
3021 const updated = existing.cache.update(snapshot);
3022 if (focusChanged) {
3023 events.emitFocus(existing.cache.window, snapshot.isFocused);
3024 }
3025 if (!firstCommittedWindowIds.has(snapshot.id)) {
3026 firstCommittedWindowIds.add(snapshot.id);
3027 debugSSD("runtime-emit-first-commit", {

Calls 2

hasActiveAnimationsFunction · 0.90
peekNextPollDelayFunction · 0.85

Tested by

no test coverage detected