changed synergy-foss.org to synergy-project.org

This commit is contained in:
Nick Bolton
2014-05-08 07:33:35 +00:00
parent 5f09c0d166
commit d9f90e319e
87 changed files with 144 additions and 142 deletions

View File

@@ -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;

View File

@@ -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));

View File

@@ -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");