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

Function markWindowDirty

tools/decoration-runtime.ts:1035–1039  ·  view source on GitHub ↗
(windowId)

Source from the content-addressed store, hash-verified

1033 backgroundEffect?: CompiledEffectHandle | null;
1034 displayConfig?: { outputs: DisplayConfigDraft };
1035 workspaceConfig?: WorkspaceConfig;
1036 processConfig?: { entries: RuntimeProcessConfigEntry[] };
1037 processActions?: RuntimeProcessSpawnAction[];
1038}
1039
1040interface EvaluateLayerEffectsSuccess {
1041 requestId: number;
1042 ok: true;

Callers

nothing calls this directly

Calls 2

ensureImmediateDirtyPollFunction · 0.85
addMethod · 0.65

Tested by

no test coverage detected