Bug 55805

Summary: Use of None instead of EGL_NONE in EGL section of cairo-boilerplate-vg.c
Product: cairo Reporter: Chinasaur <chinasaurli>
Component: gl backendAssignee: cairo-bugs mailing list <cairo-bugs>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: minor    
Priority: medium CC: nravi.n
Version: 1.12.4   
Hardware: ARM   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: vg: Use EGL_NONE and GLX_NONE in place of None

Description Chinasaur 2012-10-09 13:15:56 UTC
"None" is used in the GLX section of cairo-boilerplate-vg.c, but then used again in the EGL section around line 218 where it should be "EGL_NONE".
Comment 1 Ravi Nanjundappa 2014-05-12 09:37:55 UTC
Created attachment 98893 [details] [review]
vg: Use EGL_NONE and GLX_NONE in place of None

The patch handles the usage of EGL_NONE in EGL section and GLX_NONE in GLX section
instead of None in cairo-boilerplate-vg.c.
Verified with the build test.
Comment 2 Bryce Harrington 2014-05-20 01:14:12 UTC
Thanks; fix merged to trunk.
Comment 3 Ravi Nanjundappa 2014-05-20 04:22:09 UTC
(In reply to comment #2)
> Thanks; fix merged to trunk.

Thank you Bryce for merging the changes  :)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.