Merge lp://staging/~chasedouglas/frame/remove-v1 into lp://staging/frame
Proposed by
Chase Douglas
Status: | Merged |
---|---|
Merged at revision: | 81 |
Proposed branch: | lp://staging/~chasedouglas/frame/remove-v1 |
Merge into: | lp://staging/frame |
Diff against target: |
2018 lines (+108/-1379) 40 files modified
configure.ac (+2/-6) docs/event-semantics.txt (+0/-31) include/utouch/frame-mtdev.h (+0/-63) include/utouch/frame-xi2.h (+0/-66) include/utouch/frame.h (+0/-316) include/utouch/frame_x11.h (+1/-6) m4/xorg-gtest.m4 (+7/-7) src/Makefile.am (+36/-51) src/axis.cpp (+2/-2) src/axis.h (+1/-1) src/device.cpp (+2/-2) src/device.h (+2/-2) src/event.cpp (+2/-2) src/event.h (+1/-1) src/frame.cpp (+3/-3) src/frame.h (+2/-2) src/handle.cpp (+2/-2) src/libutouch-frame.ver (+4/-23) src/property.h (+1/-1) src/touch.cpp (+2/-2) src/touch.h (+2/-2) src/v1/frame-impl.h (+0/-42) src/v1/frame-mtdev.c (+0/-267) src/v1/frame.c (+0/-420) src/value.cpp (+3/-3) src/value.h (+1/-1) src/window.cpp (+2/-2) src/window.h (+2/-2) src/x11/device_x11.cpp (+4/-4) src/x11/device_x11.h (+2/-2) src/x11/frame_x11.cpp (+1/-1) src/x11/handle_x11.cpp (+4/-4) src/x11/handle_x11.h (+2/-2) src/x11/window_x11.cpp (+5/-5) src/x11/window_x11.h (+2/-2) test/Makefile-xorg-gtest.am (+2/-0) test/Makefile.am (+0/-2) test/check-c-compile.c (+2/-3) test/check-cxx-compile.cpp (+2/-3) tools/Makefile.am (+2/-23) |
To merge this branch: | bzr merge lp://staging/~chasedouglas/frame/remove-v1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel d'Andrada (community) | Approve | ||
Review via email: mp+110880@code.staging.launchpad.net |
Description of the change
Remove version 1 of the API. Note the libtool version bump. This will create libutouch-
To post a comment you must log in.
Looks ok and everything (frame, grail and geis) continues to compile and work after that.