Merge lp://qastaging/~alan-griffiths/mir/refactor-example-code into lp://qastaging/mir
Proposed by
Alan Griffiths
Status: | Merged |
---|---|
Merged at revision: | 2128 |
Proposed branch: | lp://qastaging/~alan-griffiths/mir/refactor-example-code |
Merge into: | lp://qastaging/mir |
Diff against target: |
452 lines (+148/-171) 7 files modified
examples/CMakeLists.txt (+0/-10) examples/basic_server.cpp (+97/-71) examples/demo_input_filter.cpp (+0/-90) examples/example_display_configuration_policy.cpp (+30/-0) examples/example_display_configuration_policy.h (+3/-0) examples/example_input_event_filter.cpp (+12/-0) examples/example_input_event_filter.h (+6/-0) |
To merge this branch: | bzr merge lp://qastaging/~alan-griffiths/mir/refactor-example-code |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Kevin DuBois (community) | Approve | ||
Alexandros Frantzis (community) | Approve | ||
Review via email:
|
Commit message
Extract reusable functionality from basic_server main() for future use in other examples
Description of the change
Extract reusable functionality from basic_server main() for future use in other examples
To post a comment you must log in.
Looks good.