[Webkit-unassigned] [Bug 119235] EGLNativeWindowType/uint64_t compile error in GLContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 11:23:53 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119235





--- Comment #13 from Zan Dobersek <zandobersek at gmail.com>  2013-07-30 11:23:39 PST ---
(From update of attachment 207751)
View in context: https://bugs.webkit.org/attachment.cgi?id=207751&action=review

> Source/WebCore/platform/graphics/GLContext.h:33
> +#if USE(EGL) && !PLATFORM(GTK)
> +#include "eglplatform.h"
> +typedef EGLNativeWindowType GLNativeWindowType;
> +#else
> +typedef uint64_t GLNativeWindowType;
> +#endif

Works as well. Thanks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list