Merge lp://staging/~chasedouglas/frame/upstream-xi into lp://staging/frame
Proposed by
Chase Douglas
Status: | Merged |
---|---|
Merged at revision: | 55 |
Proposed branch: | lp://staging/~chasedouglas/frame/upstream-xi |
Merge into: | lp://staging/frame |
Diff against target: |
1265 lines (+173/-719) 18 files modified
src/Makefile.am (+0/-2) src/libutouch-frame.ver (+0/-4) src/v1/frame-xi2.c (+0/-324) src/v2/window.h (+1/-1) src/v2/x11/device_x11.cpp (+10/-13) src/v2/x11/device_x11.h (+2/-2) src/v2/x11/handle_x11.cpp (+8/-3) src/v2/x11/window_x11.cpp (+51/-22) src/v2/x11/window_x11.h (+4/-2) test/recordings/ntrig-dell-xt2.event (+1/-0) test/recordings/ntrig-dell-xt2.prop (+2/-1) test/x11/device.cpp (+1/-1) test/x11/fixture.cpp (+0/-1) test/x11/recording.cpp (+93/-135) tools/Makefile.am (+0/-8) tools/utouch-frame-test-x11.c (+0/-1) tools/utouch-frame-test-xi2.c (+0/-177) tools/utouch-frame-test-xi2.txt (+0/-22) |
To merge this branch: | bzr merge lp://staging/~chasedouglas/frame/upstream-xi |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen M. Webb (community) | Approve | ||
Review via email: mp+88927@code.staging.launchpad.net |
Description of the change
Update to upstream XI API. The current utouch-frame trunk branch includes an unreleased minor version bump to 2.1.0, which would cover this transition as well.
To post a comment you must log in.
As far as I can see this all looks correct (I'm not sure what the mtdev bugs were, but I'll assume these test changes are appropriate).
I don't see the SONAME bump required by the removal of the V1 symbols.