diff options
Diffstat (limited to 'src/window_manager.hpp')
-rw-r--r-- | src/window_manager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_manager.hpp b/src/window_manager.hpp index bd3f701..cc189b5 100644 --- a/src/window_manager.hpp +++ b/src/window_manager.hpp @@ -134,9 +134,9 @@ struct id_allocator } }; -struct WindowManager +class WindowManager { - + public: typedef std::unordered_map<uint32_t, struct compositor::rect> rect_map; typedef std::function<void(const char *err_msg)> reply_func; |