Mir

Code review comment for lp:~kdub/mir/android-display-factory

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

504 - mc::Compositor compositor{surface_stack,gl_renderer};
505 + mc::DefaultCompositingStrategy compositing_strategy{surface_stack,gl_renderer};

This reminds me we should rewrite render_surfaces to use DefaultServerConfiguration to configure things, rather than code the knowledge here too.

« Back to merge proposal