Class X11Support

Class Documentation

class X11Support

Add user configuration options for X11 support.

Remark

Since MirAL 2.4

Note

From MirAL 4.1, the enable-x11 option requires an argument (e.g., enable-x11=true to enable X11 support).

Public Functions

void operator()(mir::Server &server) const
X11Support()
~X11Support()
X11Support(X11Support const&)
auto operator=(X11Support const&) -> X11Support&
auto default_to_enabled() -> X11Support&

Set X11 support as enabled by default.

Remark

Since MirAL 4.1

Returns:

A reference to the modified miral::X11Support object with the updated default configuration.