17#ifndef MIRAL_SHELL_SW_SPLASH_H
18#define MIRAL_SHELL_SW_SPLASH_H
30 void operator()(std::weak_ptr<mir::scene::Session>
const& session);
31 void enable (
bool show_splash_opt);
32 operator std::shared_ptr<SplashSession>()
const;
36 std::shared_ptr<Self>
const self;
Definition sw_splash.h:24
void enable(bool show_splash_opt)
Definition sw_splash.cpp:96
SwSplash()
Definition sw_splash.cpp:92
void operator()(struct wl_display *display)
Definition sw_splash.cpp:151