20 #ifndef MIR_RUN_MIR_H_
21 #define MIR_RUN_MIR_H_
28 class ServerConfiguration;
38 ServerConfiguration& config,
39 std::function<
void(DisplayServer&)> init);
void run_mir(ServerConfiguration &config, std::function< void(DisplayServer &)> init)
Run a DisplayServer with the supplied configuration.
Definition: run_mir.cpp:58
void report_exception(std::ostream &out)
Call this from a catch block (and only from a catch block) to write error information to an output st...
Definition: report_exception.cpp:25