19 #ifndef MIRAL_EXTERNAL_CLIENT_H 20 #define MIRAL_EXTERNAL_CLIENT_H 22 #include <sys/types.h> 28 namespace mir {
class Server; }
38 void operator()(mir::Server& server);
40 void launch(std::vector<std::string>
const& command_line)
const;
45 void launch_using_x11(std::vector<std::string>
const& command_line)
const;
51 auto pid()
const -> pid_t;
55 std::shared_ptr<Self>
self;
59 #endif //MIRAL_EXTERNAL_CLIENT_H Definition: splash_session.h:24
Definition: external_client.h:32
Mir Abstraction Layer.
Definition: floating_window_manager.h:29