~vanvugt/mir/revert-r2288

« back to all changes in this revision

Viewing changes to src/client/mir_connection.h

client: Add set_gbm_device platform operation.

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
    MirWaitHandle* configure_display(MirDisplayConfiguration* configuration);
138
138
    void done_display_configure();
139
139
 
140
 
    bool set_extra_platform_data(std::vector<int> const& extra_platform_data);
141
 
 
142
140
    std::shared_ptr<google::protobuf::RpcChannel> rpc_channel() const
143
141
    {
144
142
        return channel;
197
195
    std::shared_ptr<mir::client::EventHandlerRegister> const event_handler_register;
198
196
 
199
197
    std::unique_ptr<mir::dispatch::SimpleDispatchThread> const eventloop;
200
 
 
201
 
    std::vector<int> extra_platform_data;
202
198
    
203
199
    std::shared_ptr<mir::client::ClientBufferStreamFactory> buffer_stream_factory;
204
200