mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-18 00:47:43 +02:00
fixed: on windows xp daemon deadlocks and synergys crashes on startup. also fixed uninitialized ipc program args value (always turning ipc on). moved the event queue further up the stack for (client, server and daemon) so that it's always available (not just in the main loop).
This commit is contained in:
parent
a62fee84cc
commit
4378e520f0
7 changed files with 14 additions and 14 deletions
|
@ -29,6 +29,7 @@
|
|||
#include "TMethodEventJob.h"
|
||||
#include "CIpcMessage.h"
|
||||
#include "Ipc.h"
|
||||
#include "CEventQueue.h"
|
||||
|
||||
#if SYSAPI_WIN32
|
||||
#include "CArchMiscWindows.h"
|
||||
|
@ -252,6 +253,7 @@ CApp::run(int argc, char** argv)
|
|||
arch.init();
|
||||
|
||||
CLog log;
|
||||
CEventQueue events;
|
||||
|
||||
#if MAC_OS_X_VERSION_10_7
|
||||
// dock hide only supported on lion :(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue