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

« back to all changes in this revision

Viewing changes to include/server/mir/scene/session.h

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    virtual void destroy_surface(frontend::SurfaceId surface) = 0;
55
55
 
56
56
    virtual std::shared_ptr<Surface> surface(frontend::SurfaceId surface) const = 0;
 
57
    virtual std::shared_ptr<Surface> surface_after(std::shared_ptr<Surface> const&) const = 0;
 
58
 
 
59
    virtual std::shared_ptr<frontend::BufferStream> get_buffer_stream(frontend::BufferStreamId stream) const = 0;
 
60
 
 
61
    virtual frontend::BufferStreamId create_buffer_stream(graphics::BufferProperties const& props) = 0;
 
62
    virtual void destroy_buffer_stream(frontend::BufferStreamId stream) = 0;
57
63
};
58
64
}
59
65
}