Mir

mir:global-interface-name-no-gen-code

Last commit made on 2021-11-04
Get this branch:
git clone -b global-interface-name-no-gen-code https://git.launchpad.net/mir

Branch merges

Branch information

Name:
global-interface-name-no-gen-code
Repository:
lp:mir

Recent commits

3305a9a... by William Wold <email address hidden>

Hacky fix to wayland symbols

3dae570... by William Wold <email address hidden>

Regenerate wrappers

7f06251... by William Wold <email address hidden>

Use new global names

06dc953... by William Wold <email address hidden>

Generator: break global classes out of instance classes

b0f3b62... by William Wold <email address hidden>

wayland::Global::interface_name(): stop using generated code

a0a6f93... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2166

2166: restore-mirtest r=wmww a=AlanGriffiths

Co-authored-by: Alan Griffiths <email address hidden>

ac8c78c... by Alan Griffiths

Revert "Merge #1477"

This reverts commit 8dea200627168c004b786aa5a29eeb2706a944f3, reversing
changes made to 987b92fc3f0117d97c70544ed3596529fecc4a3e.

# Conflicts:
# debian/control
# src/client/CMakeLists.txt
# src/platforms/gbm-kms/mir-client-platform-mesa.pc.in
# src/platforms/mesa/CMakeLists.txt

307f516... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2207

2207: [ci] close snap channels on closed PRs r=AlanGriffiths a=Saviq

Co-authored-by: Michał Sawicz <email address hidden>

8976ac8... by Michał Sawicz

[ci] close snap channels on closed PRs

9d99d9c... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #2199

2199: Error on invalid xdg_surface size r=RAOF a=wmww

I ran into this trying neverball on Arch.

I use `mw::ProtocolError` even though there is not valid error code, because that makes the client show the error. If I threw a `std::runtime_error` it only shows up in the Mir log, which a client dev may not check (I haven't checked if this is true for all clients or just SDL). In any case, I think this is more correct, and it's what wlroots does.

Co-authored-by: William Wold <email address hidden>