~vanvugt/mir/testfix-1665802

« back to all changes in this revision

Viewing changes to src/client/mir_connection.h

Remove android-input

This now also removes the separate thread created for every client window. .

Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
}
78
78
}
79
79
 
80
 
namespace input
81
 
{
82
 
namespace receiver
83
 
{
84
 
class InputPlatform;
85
 
}
86
 
}
87
 
 
88
80
namespace logging
89
81
{
90
82
class Logger;
342
334
    std::shared_ptr<mir::client::ClientBufferFactory> client_buffer_factory;
343
335
    std::shared_ptr<EGLNativeDisplayType> native_display;
344
336
 
345
 
    std::shared_ptr<mir::input::receiver::InputPlatform> const input_platform;
346
 
 
347
337
    std::string error_message;
348
338
 
349
339
    MirWaitHandle connect_wait_handle;