mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-11 00:58:14 +08:00
changed synergy-foss.org to synergy-project.org
This commit is contained in:
@@ -121,8 +121,8 @@ CMSWindowsClipboard::open(Time time) const
|
||||
|
||||
if (!OpenClipboard(m_window)) {
|
||||
// unable to cause this in integ tests; but this can happen!
|
||||
// * http://synergy-foss.org/pm/issues/86
|
||||
// * http://synergy-foss.org/pm/issues/1256
|
||||
// * http://synergy-project.org/pm/issues/86
|
||||
// * http://synergy-project.org/pm/issues/1256
|
||||
// logging improved to see if we can catch more info next time.
|
||||
LOG((CLOG_WARN "failed to open clipboard: %d", GetLastError()));
|
||||
return false;
|
||||
|
||||
@@ -269,7 +269,7 @@ CMSWindowsWatchdog::startProcess()
|
||||
|
||||
// patch by Jack Zhou and Henry Tung
|
||||
// set UIAccess to fix Windows 8 GUI interaction
|
||||
// http://synergy-foss.org/spit/issues/details/3338/#c70
|
||||
// http://synergy-project.org/spit/issues/details/3338/#c70
|
||||
DWORD uiAccess = 1;
|
||||
SetTokenInformation(userToken, TokenUIAccess, &uiAccess, sizeof(DWORD));
|
||||
|
||||
|
||||
@@ -885,7 +885,7 @@ COSXScreen::enter()
|
||||
|
||||
// patch by Yutaka Tsutano
|
||||
// wakes the client screen
|
||||
// http://synergy-foss.org/spit/issues/details/3287#c12
|
||||
// http://synergy-project.org/spit/issues/details/3287#c12
|
||||
io_registry_entry_t entry = IORegistryEntryFromPath(
|
||||
kIOMasterPortDefault,
|
||||
"IOService:/IOResources/IODisplayWrangler");
|
||||
|
||||
Reference in New Issue
Block a user