Bug 31396

Summary: cairo-gl-shaders.c needs updating after signature change of _cairo_memory_stream_destroy
Product: cairo Reporter: Markus Stange <mstange>
Component: gl backendAssignee: cairo-bugs mailing list <cairo-bugs>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.10.1   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: patch

Description Markus Stange 2010-11-04 14:52:41 UTC
Created attachment 40050 [details] [review]
patch

In http://cgit.freedesktop.org/cairo/commit/?id=9b9952ab4f64a476bbadfd3e6cf1e66c1137ccd7 _cairo_memory_stream_destroy was changed to take an unsigned long instead of unsigned int, and the two callsites in cairo-gl-shaders.c weren't updated.
Comment 1 Andrea Canciani 2010-11-05 01:30:40 UTC
Thank you for your patch.

I pushed it to master:

commit b53084b7c530ed0473137ee8ebfab70fdd8e3c23
Author: Markus Stange <mstange@themasta.com>
Date:   Fri Nov 5 09:23:44 2010 +0100

    Fix type of _cairo_memory_stream_destroy parameter
    
    In 9b9952ab4f64a476bbadfd3e6cf1e66c1137ccd7
    _cairo_memory_stream_destroy was changed to take an unsigned long
    instead of unsigned int, and the two callsites in cairo-gl-shaders.c
    weren't updated.

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.