19 #ifndef MIRAL_DISPLAY_CONFIGURATION_H 20 #define MIRAL_DISPLAY_CONFIGURATION_H 26 namespace mir {
class Server; }
31 class CommandLineOption;
47 void select_layout(std::string
const& layout);
50 auto list_layouts() -> std::vector<std::string>;
52 void operator()(mir::Server& server)
const;
60 std::shared_ptr<Self>
self;
64 #endif //MIRAL_DISPLAY_CONFIGURATION_H Definition: splash_session.h:24
Runner for applying initialization options to Mir.
Definition: runner.h:39
Enable display configuration. The config file (miral::MirRunner::display_config_file()) is located vi...
Definition: display_configuration.h:38
Add a user configuration option to Mir's option handling. By default the callback will be invoked fol...
Definition: command_line_option.h:40
Mir Abstraction Layer.
Definition: floating_window_manager.h:29