Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 41399 Details for
Bug 66450
emerge of synergy-1.1.8 fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc 3.4 compile fix
synergy-1.1.8-gcc34.patch (text/plain), 730 bytes, created by
Mark Loeser (RETIRED)
on 2004-10-08 18:37:02 UTC
(
hide
)
Description:
gcc 3.4 compile fix
Filename:
MIME Type:
Creator:
Mark Loeser (RETIRED)
Created:
2004-10-08 18:37:02 UTC
Size:
730 bytes
patch
obsolete
>diff -ur synergy-1.1.8-orig/lib/platform/CXWindowsScreen.cpp synergy-1.1.8/lib/platform/CXWindowsScreen.cpp >--- synergy-1.1.8-orig/lib/platform/CXWindowsScreen.cpp 2004-10-08 21:21:44.178208633 -0400 >+++ synergy-1.1.8/lib/platform/CXWindowsScreen.cpp 2004-10-08 21:25:39.326292510 -0400 >@@ -169,8 +169,8 @@ > > // install event handlers > EVENTQUEUE->adoptHandler(CEvent::kSystem, IEventQueue::getSystemTarget(), >- new TMethodEventJob<IPlatformScreen>(this, >- &IPlatformScreen::handleSystemEvent)); >+ new TMethodEventJob<CXWindowsScreen>(this, >+ &CXWindowsScreen::handleSystemEvent)); > > // install the platform event queue > EVENTQUEUE->adoptBuffer(new CXWindowsEventQueueBuffer(m_display, m_window));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 66450
: 41399