| 222 | } |
| 223 | |
| 224 | void RenderWindowBridge::SetMxNLayoutGetter(MxNLayoutGetter getter) |
| 225 | { |
| 226 | std::lock_guard<std::mutex> lock(m_Mutex); |
| 227 | m_MxNLayoutGetter = std::move(getter); |
| 228 | } |
| 229 | |
| 230 | void RenderWindowBridge::SetMxNLayoutSetter(MxNLayoutSetter setter) |
| 231 | { |
no outgoing calls