mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 21:03:54 +08:00
rebranding symless/synergy to debauchee/barrier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* barrier -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2011 Nick Bolton
|
||||
*
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#define TEST_ENV
|
||||
|
||||
#include "test/mock/synergy/MockEventQueue.h"
|
||||
#include "test/mock/synergy/MockKeyMap.h"
|
||||
#include "test/mock/barrier/MockEventQueue.h"
|
||||
#include "test/mock/barrier/MockKeyMap.h"
|
||||
#include "platform/MSWindowsKeyState.h"
|
||||
#include "platform/MSWindowsDesks.h"
|
||||
#include "platform/MSWindowsScreen.h"
|
||||
@@ -30,7 +30,7 @@
|
||||
#include "test/global/gmock.h"
|
||||
|
||||
// wParam = flags, HIBYTE(lParam) = virtual key, LOBYTE(lParam) = scan code
|
||||
#define SYNERGY_MSG_FAKE_KEY SYNERGY_HOOK_LAST_MSG + 4
|
||||
#define BARRIER_MSG_FAKE_KEY BARRIER_HOOK_LAST_MSG + 4
|
||||
|
||||
using ::testing::_;
|
||||
using ::testing::NiceMock;
|
||||
|
||||
Reference in New Issue
Block a user