[][src]Module wlroots::compositor

Main entry point to the library. See examples for documentation on how to use this struct.

Structs

Builder
Compositor
EventBuilder

A builder of static functions to manage and create resources.

Handle

Functions

handle

Gets a handle to the compositor.

terminate

Terminates the compositor and execute any user clean up code.

Type Definitions

NewSurface

Callback that's triggered when a surface is provided to the compositor.

OnShutdown

Callback that's triggered during shutdown.