lp://staging/~vanvugt/mir/mir-display-config-header
- Get this branch:
- bzr branch lp://staging/~vanvugt/mir/mir-display-config-header
Branch merges
- Brandon Schaefer (community): Disapprove
- Alan Griffiths: Needs Information
- Andreas Pokorny (community): Disapprove
- Mir CI Bot: Approve (continuous-integration)
- Alexandros Frantzis (community): Disapprove
-
Diff: 90 lines (+32/-6)5 files modifiedinclude/client/mir_toolkit/mir_client_library.h (+1/-1)
include/client/mir_toolkit/mir_display_config.h (+3/-3)
include/client/mir_toolkit/mir_display_configuration.h (+26/-0)
src/client/display_configuration_api.cpp (+1/-1)
tests/mir_test/display_config_matchers.cpp (+1/-1)
Branch information
Recent revisions
- 3830. By Daniel van Vugt
-
Add missing #includes which strangely only caused build failures
when cross compiling!? (LP: #1642473)
. Fixes: https://bugs.launchpad .net/bugs/ 1642473. Approved by Alan Griffiths, mir-ci-bot.
- 3829. By Daniel van Vugt
-
Tell non-zesty systems that cross compiling to zesty requires gcc-6.
Approved by Alan Griffiths, mir-ci-bot.
- 3828. By Chris Halse Rogers
-
Cross compile: Set CMAKE_PREFIX_PATH so cmake can find packages in the chroot
Fixes cmake failing to find CapnProto in cross-compile-
chroot. sh. Approved by Alan Griffiths, Daniel van Vugt, mir-ci-bot.
- 3827. By Kevin DuBois
-
Have the host and nested-server agree on the swapinterval operation of a nested-client during passthrough. If the nested-client is using swapinterval 0, the nested-server has to tell the host not to queue up buffers in the host server. If the host server starts queueing up buffers, then the spare buffers the nested-client needs for swapinterval0 operation end up queueing in the host server.
Approved by mir-ci-bot, Alexandros Frantzis, Cemil Azizoglu.
- 3826. By Andreas Pokorny
-
Rework client side input device structures
The client code now uses the protobuf structures during runtime. Now the device messages also include configuration settings and API to query and manipulate it. API to send a changed configuration back to the mir server is still missing.
Approved by Cemil Azizoglu, mir-ci-bot, Alan Griffiths, Brandon Schaefer.
- 3825. By Kevin DuBois
-
compositor: rename swap_buffers to submit_buffers in the mc::BufferStream interface. Remove the callback parameter as well, as its not used.
Approved by Cemil Azizoglu, mir-ci-bot, Chris Halse Rogers.
- 3824. By Daniel van Vugt
-
Fix memory leak LP: #1628794, I think.
Also remove an unused (masked) member variable. Fixes: https:/
/bugs.launchpad .net/bugs/ 1628794. Approved by Cemil Azizoglu, Alan Griffiths, mir-ci-bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/mir