Merge lp://staging/~oif-team/frame/trunk.v1.0.2 into lp://staging/frame
Proposed by
Henrik Rydberg
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~oif-team/frame/trunk.v1.0.2 |
Merge into: | lp://staging/frame |
Diff against target: |
1217 lines (+836/-87) 15 files modified
.gitignore (+1/-0) configure.ac (+9/-1) include/utouch/frame-mtdev.h (+8/-0) include/utouch/frame-xi2.h (+49/-0) include/utouch/frame.h (+61/-6) src/Makefile.am (+9/-1) src/frame-impl.h (+2/-1) src/frame-mtdev.c (+14/-10) src/frame-xi2.c (+304/-0) src/frame.c (+80/-7) tools/Makefile.am (+13/-1) tools/common-defs.h (+85/-0) tools/utouch-frame-test-mtdev.c (+2/-60) tools/utouch-frame-test-xi2.c (+177/-0) tools/utouch-frame-test-xi2.txt (+22/-0) |
To merge this branch: | bzr merge lp://staging/~oif-team/frame/trunk.v1.0.2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chase Douglas (community) | Needs Fixing | ||
Stephen M. Webb (community) | Approve | ||
Review via email: mp+50582@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2011-02-22.
Description of the change
New version, fixing Chase's comment and adding yet more functionality.
To post a comment you must log in.
Inconsistent #ifdef'ing around ABS_MT_DISTANCE: sometimes #if 0, sometimes #ifdef ABS_MT_DISTANCE.
You might want to fix that before committing.
Other than that, I find no obvious problems.