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

« back to all changes in this revision

Viewing changes to src/server/graphics/default_configuration.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:
106
106
        });
107
107
}
108
108
 
 
109
std::shared_ptr<mg::BufferWriter>
 
110
mir::DefaultServerConfiguration::the_buffer_writer()
 
111
{
 
112
    return buffer_writer(
 
113
        [&]()
 
114
        {
 
115
            return the_graphics_platform()->make_buffer_writer();
 
116
        });
 
117
}
 
118
 
109
119
std::shared_ptr<mg::Display>
110
120
mir::DefaultServerConfiguration::the_display()
111
121
{