Merge lp://staging/~kdub/mir/fix-1670876 into lp://staging/mir
Proposed by
Kevin DuBois
Status: | Merged |
---|---|
Approved by: | Daniel van Vugt |
Approved revision: | no longer in the source branch. |
Merged at revision: | 4077 |
Proposed branch: | lp://staging/~kdub/mir/fix-1670876 |
Merge into: | lp://staging/mir |
Diff against target: |
124 lines (+74/-2) 4 files modified
src/server/frontend/session_mediator.cpp (+2/-1) src/server/shell/surface_specification.cpp (+3/-1) tests/acceptance-tests/test_custom_window_management.cpp (+47/-0) tests/unit-tests/frontend/test_session_mediator.cpp (+22/-0) |
To merge this branch: | bzr merge lp://staging/~kdub/mir/fix-1670876 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gerry Boland (community) | functional | Approve | |
Mir CI Bot | continuous-integration | Approve | |
Alan Griffiths | Approve | ||
Review via email: mp+319317@code.staging.launchpad.net |
Commit message
Do not send empty input_shape to the shell/wm policy if the user did not configure input shapes in MirWindowSpec.
fixes LP: #1670876
Description of the change
Do not send empty input_shape to the shell/wm policy if the user did not configure input shapes in MirWindowSpec.
fixes LP: #1670876
To post a comment you must log in.
Are we not just swapping a new problem for the old one: How can the client reset the input shape and restore the default behaviour?