Merge lp:~dandrader/frame/non_x11_accept into lp:frame
Proposed by
Daniel d'Andrada
on 2012-12-05
| Status: | Merged |
|---|---|
| Approved by: | Stephen M. Webb on 2012-12-05 |
| Approved revision: | 113 |
| Merged at revision: | 113 |
| Proposed branch: | lp:~dandrader/frame/non_x11_accept |
| Merge into: | lp:frame |
| Diff against target: |
341 lines (+181/-13) 11 files modified
configure.ac (+1/-1) debian/libframe6.symbols (+3/-0) include/oif/frame.h.in (+37/-0) include/oif/frame_x11.h (+2/-0) src/device.cpp (+28/-0) src/device.h (+3/-0) src/libframe.ver (+6/-0) src/x11/device_x11.cpp (+12/-10) src/x11/device_x11.h (+2/-2) test/regular/Makefile.am (+1/-0) test/regular/x11-accept-touch.cpp (+86/-0) |
| To merge this branch: | bzr merge lp:~dandrader/frame/non_x11_accept |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Stephen M. Webb (community) | 2012-12-05 | Approve on 2012-12-05 | |
| PS Jenkins bot | continuous-integration | Pending | |
|
Review via email:
|
|||
Commit Message
new: frame_accept_
So that grail code can be completely backend-agnostic.
Description of the Change
new: frame_accept_
So that grail code can be completely backend-agnostic.
With that in place we can run tests in grail using frame_backend.h instead of a frame mock (as it is currently) to create the frame events.
To post a comment you must log in.

OK.
I don't see any tests for the case of no X11, but the test coverage there is incomplete anyways.