| 228 | } |
| 229 | |
| 230 | void RenderWindowBridge::SetMxNLayoutSetter(MxNLayoutSetter setter) |
| 231 | { |
| 232 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 233 | m_MxNLayoutSetter = std::move(setter); |
| 234 | } |
| 235 | |
| 236 | void RenderWindowBridge::ResetCallbacks() |
| 237 | { |
no outgoing calls