19 #ifndef MIRAL_SHELL_SW_SPLASH_H
20 #define MIRAL_SHELL_SW_SPLASH_H
32 void operator()(std::weak_ptr<mir::scene::Session>
const& session);
33 void enable (
bool show_splash_opt);
34 operator std::shared_ptr<SplashSession>()
const;
38 std::shared_ptr<Self>
const self;
Definition: sw_splash.h:26
void enable(bool show_splash_opt)
Definition: sw_splash.cpp:158
SwSplash()
Definition: sw_splash.cpp:154
void operator()(struct wl_display *display)
Definition: sw_splash.cpp:250