2
3
4
5
6
7
8
9
10
11
12
13
14
15
17#ifndef MIRAL_SHELL_SW_SPLASH_H
18#define MIRAL_SHELL_SW_SPLASH_H
29 void operator()(
struct wl_display* display);
31 void enable (
bool show_splash_opt);
36 std::shared_ptr<Self>
const self;
Definition splash_session.h:25
Definition sw_splash.h:24
void enable(bool show_splash_opt)
Definition sw_splash.cpp:96
operator std::shared_ptr() const
Definition sw_splash.cpp:106
void operator()(std::weak_ptr< mir::scene::Session > const &session)
Definition sw_splash.cpp:100
SwSplash()
Definition sw_splash.cpp:92
Definition internal_client.h:24