2
3
4
5
6
7
8
9
10
11
12
13
14
15
17#ifndef MIRAL_X11_SUPPORT_H
18#define MIRAL_X11_SUPPORT_H
22namespace mir {
class Server; }
41 std::shared_ptr<Self> self;
Add a user configuration option for X11 support.
Definition x11_support.h:29
auto operator=(X11Support const &) -> X11Support &
void operator()(mir::Server &server) const
X11Support(X11Support const &)
Mir Abstraction Layer.
Definition runner.h:35