Bug 66556

Summary: XCB util-renderutil module and C++ (with patch)
Product: XCB Reporter: Jochen Keil <j.keil>
Component: UtilsAssignee: xcb mailing list dummy <xcb>
Status: RESOLVED FIXED QA Contact: xcb mailing list dummy <xcb>
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch to fix compilation and linking issues with C++

Description Jochen Keil 2013-07-03 18:30:00 UTC
Created attachment 81972 [details]
patch to fix compilation and linking issues with C++

Hello,

the latest version of the util-renderutil module cannot be used in C++ programs due to the missing extern "C" declaration. Furthermore the C++ keyword 'template' is used as a variable name.

I've attached a patch against latest git for both problems.

Thank you,

Jochen
Comment 1 Arnaud Fontaine 2013-07-11 08:58:14 UTC
Sounds fine to me. Should I push it then?
Comment 2 Jochen Keil 2013-07-11 10:39:40 UTC
(In reply to comment #1)
> Sounds fine to me. Should I push it then?

I'm not quite sure whom you are asking, so just in case: Yes, please. :)
Comment 3 Arnaud Fontaine 2013-07-16 08:42:29 UTC
Pushed, thanks!

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.