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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
ImportĀ upstreamĀ versionĀ 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
        });
109
109
}
110
110
 
111
 
std::shared_ptr<msh::SurfaceController>
112
 
mir::DefaultServerConfiguration::the_shell_surface_controller()
 
111
std::shared_ptr<ms::SurfaceRanker>
 
112
mir::DefaultServerConfiguration::the_surface_ranker()
113
113
{
114
114
    return the_surface_controller();
115
115
}