Bug 55805 - Use of None instead of EGL_NONE in EGL section of cairo-boilerplate-vg.c
Summary: Use of None instead of EGL_NONE in EGL section of cairo-boilerplate-vg.c
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: gl backend (show other bugs)
Version: 1.12.4
Hardware: ARM Linux (All)
: medium minor
Assignee: cairo-bugs mailing list
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-09 13:15 UTC by Chinasaur
Modified: 2014-05-20 04:22 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
vg: Use EGL_NONE and GLX_NONE in place of None (1.68 KB, patch)
2014-05-12 09:37 UTC, Ravi Nanjundappa
Details | Splinter Review

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.