Mir

Code review comment for lp:~kdub/mir/workaround-qcom-display-request

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

53 + for(auto i = 2; i <= 6; i++)

Off by one error: i <= 5, or even i < 5 since I don't think HWC_DISPLAY_NO_ATTRIBUTE is expected to return a value (not that it matters for the code currently).

review: Needs Fixing

« Back to merge proposal