Mir

Comment 3 for bug 1227739

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Mir continues to render application surface even when the indicator surface is on top

Also affects platform-api... Because occlusion testing doesn't operate on surfaces that have an alpha channel, we need the platform-api to be smarter about choosing a pixel format so that it doesn't get one with alpha;

static MirPixelFormat
mir_choose_default_pixel_format(MirConnection *connection)
{
    MirDisplayInfo info;
    mir_connection_get_display_info(connection, &info);
    return info.supported_pixel_format[0];
}