Code review comment for lp:~alan-griffiths/unity-system-compositor/compatibility

Revision history for this message
Cemil Azizoglu (cemil-azizoglu) wrote :

mir::frontend::Session has diverged (due to an API break we noticed in 0.26.1 silo) in 0.26.* from the trunk. We split the couple create_buffer() functions into another object we called mir::frontend::SessionExtensions.

So it'd be more correct for StubMirSession to be inheriting from both interfaces for Mir version < 0.27.

« Back to merge proposal