Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
func AutocreateBackend ¶
type Compositor ¶
type Compositor struct {
// contains filtered or unexported fields
}
func CreateCompositor ¶
func CreateCompositor(display *Display, renderer *Renderer) *Compositor
type Display ¶
type Display struct {
// contains filtered or unexported fields
}
Display is a Wayland display for clients to connect to. It handles running a socket, listening for connections, and dispatching events to the right places.
func NewDisplay ¶
func (*Display) NextSerial ¶
NextSerial increments the internal event serial count and returns the old value.
func (*Display) RemoveGlobal ¶
Click to show internal directories.
Click to hide internal directories.