Bug 31396 - cairo-gl-shaders.c needs updating after signature change of _cairo_memory_stream_destroy
Summary: cairo-gl-shaders.c needs updating after signature change of _cairo_memory_str...
Status: RESOLVED FIXED
Alias: None
Product: cairo
Classification: Unclassified
Component: gl backend (show other bugs)
Version: 1.10.1
Hardware: Other All
: medium normal
Assignee: cairo-bugs mailing list
QA Contact: cairo-bugs mailing list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 14:52 UTC by Markus Stange
Modified: 2010-11-05 01:30 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
patch (822 bytes, patch)
2010-11-04 14:52 UTC, Markus Stange
Details | Splinter Review

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.