[][src]Module wlroots::shell::xdg_shell::manager

XDG shell resources are managed by the XDG shell resource manager.

To manage XDG shells from clients implement a function with NewSurface as the signature.

Pass that function to the xdg_shell::Builder which is then passed to the compositor::Builder.

Structs

Builder

A builder of static functions to manage and create resources.

Type Definitions

NewSurface

Callback that is triggered when a new stable XDG shell surface appears.