17#ifndef MIRAL_ADD_INIT_CALLBACK_H
18#define MIRAL_ADD_INIT_CALLBACK_H
22namespace mir {
class Server; }
Add a callback to be invoked when the server has been initialized, but before it starts....
Definition: add_init_callback.h:30
void operator()(mir::Server &server) const
std::function< void()> Callback
Definition: add_init_callback.h:32
AddInitCallback(Callback const &callback)
Definition: splash_session.h:22
Mir Abstraction Layer.
Definition: floating_window_manager.h:29