X11Backend

X11 backend implementation

Members

Functions

createOutput
Output createOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(BackendConfig config, Compositor comp)
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Backend

create
Backend create(string name)

Creates backend with specified name. If name is empty, default backend is created.

name
string name [@property getter]

Name of the backend.

initialize
void initialize(BackendConfig config, Compositor comp)
Undocumented in source.
createOutput
Output createOutput()
Undocumented in source.
terminate
void terminate()
Undocumented in source.

Meta