Merge lp://staging/~oif-team/frame/trunk.v1.0.2 into lp://staging/frame
Proposed by
Henrik Rydberg
Status: | Merged |
---|---|
Merged at revision: | 18 |
Proposed branch: | lp://staging/~oif-team/frame/trunk.v1.0.2 |
Merge into: | lp://staging/frame |
Diff against target: |
1234 lines (+853/-87) 15 files modified
.gitignore (+1/-0) configure.ac (+8/-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 (+322/-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) | Approve | ||
Stephen M. Webb | Pending | ||
Review via email: mp+50769@code.staging.launchpad.net |
This proposal supersedes a proposal from 2011-02-22.
Description of the change
Yet another version, this time disabling position adjustment properly
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.