Binary compatibility report for the libXext library between 1.2.0 and 1.3.1 versions on x86
Test Info
Library Name | libXext |
Version #1 | 1.2.0 |
Version #2 | 1.3.1 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 16 |
Total Shared Libraries | 1 |
Total Symbols / Types | 117 / 137 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 6 |
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 |
Other Changes | - | 0 |
Added Symbols (6)
sync.h,
libXext.so.6.4.0
XSyncAwaitFence ( Display* p1, XSyncFence const* p2, int p3 )
XSyncCreateFence ( Display* p1, Drawable p2, int p3 )
XSyncDestroyFence ( Display* p1, XSyncFence p2 )
XSyncQueryFence ( Display* p1, XSyncFence p2, int* p3 )
XSyncResetFence ( Display* p1, XSyncFence p2 )
XSyncTriggerFence ( Display* p1, XSyncFence p2 )
to the top
Problems with Symbols, Low Severity (1)
extutil.h,
libXext.so.6.4.0
[+] XextAddDisplay ( XExtensionInfo* extinfo, Display* dpy, char* ext_name, XExtensionHooks* hooks, int nevents, XPointer data ) (1)
changed to:XextAddDisplay ( XExtensionInfo* p1, Display* p2, char const* p3, XExtensionHooks* p4, int p5, XPointer p6 )
| Change | Effect |
---|
1 | Type of 3rd parameter ext_name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (16)
dpms.h
extutil.h
MITMisc.h
multibuf.h
security.h
shape.h
sync.h
Xag.h
Xcup.h
Xdbe.h
XEVI.h
Xext.h
Xge.h
XLbx.h
XShm.h
xtestext1.h
to the top
Shared Libraries (1)
libXext.so.6.4.0
to the top