[−][src]Type Definition wlroots::shell::xdg_shell_v6::manager::NewSurface
type NewSurface = fn(compositor_handle: Handle, xdg_shell_v6_handle: Handle) -> (Option<Box<dyn Handler>>, Option<Box<dyn Handler>>);
Callback that is triggered when a new XDG shell v6 surface appears.