~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/server/graphics/nested/nested_display.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-10-10 14:01:26 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20141010140126-n1czko8na1kuz4ll
Tags: upstream-0.8.0+14.10.20141010
ImportĀ upstreamĀ versionĀ 0.8.0+14.10.20141010

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
}
121
121
 
122
122
mgn::NestedDisplay::NestedDisplay(
 
123
    std::shared_ptr<mg::Platform> const& platform,
123
124
    std::shared_ptr<HostConnection> const& connection,
124
125
    std::shared_ptr<input::InputDispatcher> const& dispatcher,
125
126
    std::shared_ptr<mg::DisplayReport> const& display_report,
126
127
    std::shared_ptr<mg::DisplayConfigurationPolicy> const& initial_conf_policy,
127
128
    std::shared_ptr<mg::GLConfig> const& gl_config) :
 
129
    platform{platform},
128
130
    connection{connection},
129
131
    dispatcher{dispatcher},
130
132
    display_report{display_report},