~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to include/server/mir/frontend/session_mediator.h

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2013-03-22 03:33:00 UTC
  • mfrom: (440.1.138 surface-types)
  • Revision ID: tarmac-20130322033300-qj6cjcvsqhl4mpaw
Add support for surface types (client API, protocol and server).

This work will also form the foundation of supporting surface states.

Approved by PS Jenkins bot, Alan Griffiths, Robert Ancell.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
                        mir::protobuf::DRMAuthMagicStatus* response,
101
101
                        google::protobuf::Closure* done);
102
102
 
 
103
    void configure_surface(google::protobuf::RpcController* controller,
 
104
                           const mir::protobuf::SurfaceSetting*,
 
105
                           mir::protobuf::SurfaceSetting*,
 
106
                           google::protobuf::Closure* done);
 
107
 
103
108
private:
104
109
    std::shared_ptr<Shell> const shell;
105
110
    std::shared_ptr<graphics::Platform> const graphics_platform;