Mir

Code review comment for lp:~vanvugt/mir/fix-1207145

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

8 + if (out->connected &&
19 + out->num_modes &&
20 + out->current_mode < out->num_modes)

We should also (or, actually, primarily) check whether the output is 'out->used'. Right now our default configuration policy uses all connected outputs, but any server/shell can override this policy.

review: Needs Fixing

« Back to merge proposal