Binary compatibility report for the XcbUtil library between 0.3.2 and 0.3.3 versions on x86
Test Info
Library Name | XcbUtil |
Version #1 | 0.3.2 |
Version #2 | 0.3.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 12 |
Total Shared Libraries | 10 |
Total Symbols / Types | 242 / 170 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Problems with Data Types, Low Severity (2)
xcb_icccm.h
[+] struct xcb_get_wm_class_reply_t (2)
| Change |
Effect |
1 | Field class has been renamed to class_name. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
2 | Field name has been renamed to instance_name. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (2)
xcb_get_wm_class_reply ( xcb_connection_t* c, xcb_get_property_cookie_t cookie, xcb_get_wm_class_reply_t* prop, xcb_generic_error_t** e )3rd parameter 'prop' (pointer) has base type 'xcb_get_wm_class_reply_t'.
xcb_get_wm_class_reply_wipe ( xcb_get_wm_class_reply_t* prop )1st parameter 'prop' (pointer) has base type 'xcb_get_wm_class_reply_t'.
to the top
Problems with Symbols, Low Severity (3)
xcb_keysyms.h,
libxcb-keysyms.so.0.0.0
[+] xcb_key_press_lookup_keysym ( xcb_key_symbols_t* syms, xcb_key_press_event_t* event, xcb_key_lookup_t col ) (1)
changed to:xcb_key_press_lookup_keysym ( xcb_key_symbols_t* syms, xcb_key_press_event_t* event, int col )
| Change | Effect |
---|
1 | Type of 3rd parameter col has been changed from xcb_key_lookup_t to int. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] xcb_key_release_lookup_keysym ( xcb_key_symbols_t* syms, xcb_key_release_event_t* event, xcb_key_lookup_t col ) (1)
changed to:xcb_key_release_lookup_keysym ( xcb_key_symbols_t* syms, xcb_key_release_event_t* event, int col )
| Change | Effect |
---|
1 | Type of 3rd parameter col has been changed from xcb_key_lookup_t to int. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] xcb_key_symbols_get_keysym ( xcb_key_symbols_t* syms, xcb_keycode_t keycode, xcb_key_lookup_t col ) (1)
changed to:xcb_key_symbols_get_keysym ( xcb_key_symbols_t* syms, xcb_keycode_t keycode, int col )
| Change | Effect |
---|
1 | Type of 3rd parameter col has been changed from xcb_key_lookup_t to int. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (12)
xcb_atom.h
xcb_aux.h
xcb_bitops.h
xcb_event.h
xcb_icccm.h
xcb_image.h
xcb_keysyms.h
xcb_pixel.h
xcb_property.h
xcb_renderutil.h
xcb_reply.h
xcb_wm.h
to the top
Shared Libraries (10)
libxcb-atom.so.1.0.0
libxcb-aux.so.0.0.0
libxcb-event.so.1.0.0
libxcb-icccm.so.1.0.0
libxcb-image.so.0.0.0
libxcb-keysyms.so.0.0.0
libxcb-property.so.1.0.0
libxcb-render-util.so.0.0.0
libxcb-reply.so.1.0.0
libxcb-wm.so.0.0.0
to the top