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

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

It would be more accurate to do

#if MIR_SERVER_VERSION >= MIR_VERSION_NUMBER(0, 27, 0)
class StubMirSession : public mir::frontend::Session
#else
class StubMirSession : public mir::frontend::Session, public mir::frontend::SessionExtensions
#endif

review: Abstain

« Back to merge proposal