Make the thread manager into a wl event loop timer

This commit is contained in:
vaxerski
2022-07-21 12:33:22 +02:00
parent 189cbe9f09
commit 75ce01b1a7
2 changed files with 19 additions and 26 deletions

View File

@@ -9,11 +9,9 @@ public:
CThreadManager();
~CThreadManager();
private:
wl_event_source* m_esConfigTimer;
void handle();
std::thread* m_tMainThread;
private:
};
inline std::unique_ptr<CThreadManager> g_pThreadManager;