Mir

Code review comment for lp:~kdub/mir/no-display-attribs

Revision history for this message
Kevin DuBois (kdub) wrote :

> 646 - EXPECT_FALSE(outputs[1].used);
> 647 + EXPECT_TRUE(outputs[1].used);
>
> Why? It isn't clear to me why this expectation changes as a result of changing
> the way data is held.

Launchpad lost my comment yesterday...
It is a correction of incorrect behavior. The external monitor was always reported as not used (even when on and used), which I noticed while going through and fixing things up to remove the DisplayAttribs struct.

« Back to merge proposal