From 7e09b35b008f58809ac56184a4f83ab875c038e0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 10:33:38 +0530 Subject: Add instance manager for enforcing single instance --- src/WindowActionRouter.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WindowActionRouter.hpp') diff --git a/src/WindowActionRouter.hpp b/src/WindowActionRouter.hpp index 67bc681..7e9f5d3 100644 --- a/src/WindowActionRouter.hpp +++ b/src/WindowActionRouter.hpp @@ -54,6 +54,7 @@ private: uint64_t last_id = 1; Configuration *configuration; + // TODO: Split event handling to its own class std::mutex events_mutex; std::unordered_map> events; }; -- cgit v1.3.1