mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-19 19:21:41 +02:00
moved stream into synergy namespace (to prevent naming collision in win libs)
implemented ipc "hello" message (to identify client type) integ tests working for hello message, but use of ipc in main program has problem with events.
This commit is contained in:
parent
4e268760b3
commit
3d6551f708
57 changed files with 367 additions and 173 deletions
|
@ -25,7 +25,6 @@
|
|||
#include "CMSWindowsScreen.h"
|
||||
#include "XSynergy.h"
|
||||
#include "IArchTaskBarReceiver.h"
|
||||
#include "CMSWindowsRelauncher.h"
|
||||
#include "CScreen.h"
|
||||
#include "CArgsBase.h"
|
||||
#include "IEventQueue.h"
|
||||
|
@ -214,17 +213,5 @@ CAppUtilWindows::debugServiceWait()
|
|||
void
|
||||
CAppUtilWindows::startNode()
|
||||
{
|
||||
if (app().argsBase().m_relaunchMode) {
|
||||
|
||||
LOG((CLOG_DEBUG1 "entering relaunch mode"));
|
||||
CMSWindowsRelauncher relauncher(true);
|
||||
relauncher.startAsync();
|
||||
|
||||
// HACK: create a dummy screen, which can handle system events
|
||||
// (such as a stop request from the service controller).
|
||||
CScreen* dummyScreen = app().createScreen();
|
||||
}
|
||||
else {
|
||||
app().startNode();
|
||||
}
|
||||
app().startNode();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue