Mir

Code review comment for lp:~vanvugt/mir/overlay-terminology-is-awkward

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Or rather in future it would be nice to have:

if (!display_buffer->overlay(the_lot))
{
   renderer->render(some) // minus video and cursor layers
   if (!display_buffer->overlay(the_rest))
       renderer->render(the_rest)
}

« Back to merge proposal