Binary compatibility report for the xcb-util-renderutil library between 0.3.8 and 0.3.9 versions on x86
Test Info
Library Name | xcb-util-renderutil |
Version #1 | 0.3.8 |
Version #2 | 0.3.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 14 / 48 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (1)
xcb_renderutil.h,
libxcb-render-util.so.0.0.0
[+] xcb_render_util_find_format ( xcb_render_query_pict_formats_reply_t const* formats, unsigned long mask, xcb_render_pictforminfo_t const* template, int count ) (1)
changed to:xcb_render_util_find_format ( xcb_render_query_pict_formats_reply_t const* formats, unsigned long mask, xcb_render_pictforminfo_t const* ptemplate, int count )
| Change | Effect |
---|
1 | 3rd parameter template has been renamed to ptemplate. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (1)
xcb_renderutil.h
to the top
Shared Libraries (1)
libxcb-render-util.so.0.0.0
to the top