~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to include/test/mir_test_doubles/stub_display_configuration.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                graphics::DisplayConfigurationOutputType::vga,
94
94
                pfs, modes, i,
95
95
                physical_size,
96
 
                ((i % 2) == 0),
97
 
                ((i % 2) == 1),
 
96
                ((i % 2) == 0),  // even numbers have connected==true
 
97
                ((i % 4) == 0),  // only every second even has used==true
98
98
                top_left,
99
99
                mode_index, pfs[0],
100
100
                mir_power_mode_off,