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

« back to all changes in this revision

Viewing changes to examples/server_example_tiling_window_manager.cpp

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2015-10-08 16:12:19 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: package-import@ubuntu.com-20151008161219-emk4a1ys51yy0wjb
Tags: upstream-0.17.0+15.10.20151008.2
ImportĀ upstreamĀ versionĀ 0.17.0+15.10.20151008.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
namespace me = mir::examples;
30
30
namespace ms = mir::scene;
 
31
namespace mf = mir::frontend;
31
32
using namespace mir::geometry;
32
33
 
33
34
///\example server_example_tiling_window_manager.cpp
117
118
void me::TilingWindowManagerPolicy::generate_decorations_for(
118
119
    std::shared_ptr<ms::Session> const&,
119
120
    std::shared_ptr<ms::Surface> const&,
120
 
    TilingSurfaceInfoMap&)
 
121
    TilingSurfaceInfoMap&,
 
122
    std::function<mf::SurfaceId(std::shared_ptr<ms::Session> const&, ms::SurfaceCreationParameters const&)> const&)
121
123
{
122
124
}
123
125