Merge lp://staging/~dandrader/frame/missing_backend_funcs into lp://staging/frame
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~dandrader/frame/missing_backend_funcs |
Merge into: | lp://staging/frame |
Diff against target: |
240 lines (+116/-1) 9 files modified
configure.ac (+1/-1) debian/changelog (+7/-0) debian/libframe6.symbols (+4/-0) include/oif/frame_backend.h (+30/-0) src/frame.cpp (+23/-0) src/frame.h (+1/-0) src/libframe.ver (+7/-0) src/touch.cpp (+12/-0) test/regular/backend.cpp (+31/-0) |
To merge this branch: | bzr merge lp://staging/~dandrader/frame/missing_backend_funcs |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Open Input Framework Team | Pending | ||
Review via email: mp+139447@code.staging.launchpad.net |
Commit message
Add some missing functions to frame_backend.h
Namely frame_backend_
frame_backend_
The later two were added so that we can set the window coordinates independently.
We had only frame_backend_
Description of the change
Add some missing functions to frame_backend.h
Namely frame_backend_
The later two were added so that we can set the window coordinates independently. We had only frame_backend_
Unmerged revisions
- 120. By Daniel d'Andrada
-
Update debian/
libframe6. symbols - 119. By Daniel d'Andrada
-
Added frame_backend_
frame_borrow_ touch_by_ index() - 118. By Daniel d'Andrada
-
Added frame_backend_
touch_set_ window_ x() and [...]_y() So that we can set the window coordinates independently.
We had only frame_backend_touch_set_ window_ pos(touch, x, y), and it's not
uncommon for events out of /dev/event/input* to update only one coordinate
(i.e. only one coordinate between EV_SYNCs)
FAILED: Continuous integration, rev:120 jenkins. qa.ubuntu. com/job/ frame-ci/ 1/ jenkins. qa.ubuntu. com/job/ frame-raring- amd64-ci/ 1//console jenkins. qa.ubuntu. com/job/ frame-raring- armhf-ci/ 1//console jenkins. qa.ubuntu. com/job/ frame-raring- i386-ci/ 1//console
http://
Executed test runs:
FAILURE: http://
FAILURE: http://
FAILURE: http://
Click here to trigger a rebuild: jenkins. qa.ubuntu. com/job/ frame-ci/ 1//rebuild/?
http://