Code review comment for lp:~albaguirre/qtubuntu/use-mir-rs-api

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

> And the obvious question: can we jump to using non-deprecated APIs in one go?

It depends.

The reason for the current situation being that we can't introduce the intended "surface" APIs until we delete the current ones.

The RS APIs are a temporary workaround to enable the "surface" functionality without a name clash.

If we decide not to rename MirRenderSurface => MirSurface in 1.0 we can just remove the deprecation of render surface.

« Back to merge proposal