mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-26 12:58:37 +02:00
patch by jerry: fixed new event queue on Mac and Linu
This commit is contained in:
parent
608074c041
commit
18a3db6843
36 changed files with 135 additions and 76 deletions
|
@ -53,7 +53,7 @@ CAppUtilWindows::~CAppUtilWindows()
|
|||
BOOL WINAPI CAppUtilWindows::consoleHandler(DWORD)
|
||||
{
|
||||
LOG((CLOG_INFO "got shutdown signal"));
|
||||
IEventQueue* events = CAppUtil::instance().app().events();
|
||||
IEventQueue* events = CAppUtil::instance().app().getEvents();
|
||||
events->addEvent(CEvent(CEvent::kQuit));
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue