( snapshot: WaylandWindowSnapshot, )
| 138 | | { |
| 139 | kind: "background"; |
| 140 | effect: CompiledEffectHandle | null; |
| 141 | } |
| 142 | | { |
| 143 | kind: "window"; |
| 144 | windowId: string; |
| 145 | effects: WindowEffectAssignment | null; |
| 146 | } |
| 147 | | { |
| 148 | kind: "layers"; |
| 149 | assignments: RuntimeLayerEffectAssignment[]; |
| 150 | } |
| 151 | | { |
| 152 | kind: "popups"; |
| 153 | assignments: RuntimePopupEffectAssignment[]; |
| 154 | }; |
| 155 | |
| 156 | interface EmbeddedRuntimeBridgeConstructor { |
no outgoing calls
no test coverage detected