From df2933fd9c0ea2a99e89a6837123dfdf8b549d4a Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 13:17:09 +1100 Subject: Split monitoring strategy between Reflex and AL2 --- src/device_context.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/device_context.hh') diff --git a/src/device_context.hh b/src/device_context.hh index 53970e5..a46f479 100644 --- a/src/device_context.hh +++ b/src/device_context.hh @@ -35,7 +35,8 @@ class DeviceContext final : public Context { std::unordered_map> queues; - std::unordered_map swapchain_monitors; + std::unordered_map> + swapchain_monitors; public: DeviceContext(InstanceContext& parent_instance, -- cgit v1.2.3