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

« back to all changes in this revision

Viewing changes to src/include/common/mir/protobuf/display_server.h

  • 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:
55
55
        mir::protobuf::SurfaceId const* request,
56
56
        mir::protobuf::Void* response,
57
57
        google::protobuf::Closure* done) = 0;
58
 
    virtual void drm_auth_magic(
59
 
        mir::protobuf::DRMMagic const* request,
60
 
        mir::protobuf::DRMAuthMagicStatus* response,
61
 
        google::protobuf::Closure* done) = 0;
62
58
    virtual void platform_operation(
63
59
        mir::protobuf::PlatformOperationMessage const* request,
64
60
        mir::protobuf::PlatformOperationMessage* response,
131
127
        mir::protobuf::PingEvent const* request,
132
128
        mir::protobuf::Void* response,
133
129
        google::protobuf::Closure* done) = 0;
 
130
    virtual void configure_buffer_stream(
 
131
        mir::protobuf::StreamConfiguration const* request,
 
132
        mir::protobuf::Void* response,
 
133
        google::protobuf::Closure* done) = 0;
134
134
 
135
135
protected:
136
136
    DisplayServer() = default;