[Webkit-unassigned] [Bug 15563] New: Should use KJS::Window and avoid using; for building with X11
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 19 07:54:23 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15563
Summary: Should use KJS::Window and avoid using; for building
with X11
Product: WebKit
Version: 522+ (nightly)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: dobey at wayofthemonkey.com
X11 has a Window type which causes conflicts when building with #include
<X11/Xlib.h>. To resolve this, we must use KJS::Window everywhere, rather than
just Window, and avoid "using KJS::Window;". The attached patch fixes this, so
that this conflict is resolved.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list