Mir

Code review comment for lp:~robertcarr/mir/surface-configuration-interface--for-shell

Revision history for this message
Kevin DuBois (kdub) wrote :

> I came up with another way to reduce the interface to one method.
>
> First, we protect the state/type members of msh::Surface with a mutex (needs
> to happen anyway!).
>
> Then we ensure the mutex is held while calling to SurfaceConfigurator
>
this isn't present in this MP, but I'm not a fan of holding a mutex as a part of the interface requirements

« Back to merge proposal