Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compositor ¶
type Compositor struct {
// contains filtered or unexported fields
}
Compositor is the main Wayland compositor.
func New ¶
func New(fb graphics.Backend, input graphics.InputHandler) *Compositor
New creates a new compositor.
func (*Compositor) Display ¶
func (c *Compositor) Display() string
Display returns the WAYLAND_DISPLAY name.
func (*Compositor) Run ¶
func (c *Compositor) Run() error
Run starts the compositor. Blocks until quit.
type LayerSurface ¶
type LayerSurface struct {
// contains filtered or unexported fields
}
LayerSurface represents a layer surface in the compositor's render list.
Click to show internal directories.
Click to hide internal directories.