~andreas-pokorny/mir/device-handle-and-settings

« back to all changes in this revision

Viewing changes to src/server/scene/default_configuration.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2015-09-05 01:29:27 UTC
  • mfrom: (2898.3.6 mir1)
  • Revision ID: tarmac-20150905012927-wngfqmzulfgz6zfs
graphics, report: Make the DisplayConfigurationReport configurable.

Approved by PS Jenkins bot, Alexandros Frantzis, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                the_display_configuration_policy(),
136
136
                the_session_container(),
137
137
                the_session_event_handler_register(),
138
 
                the_server_action_queue());
 
138
                the_server_action_queue(),
 
139
                the_display_configuration_report());
139
140
        });
140
141
 
141
142
}