pub fn get_surface_outputs(surface: &WlSurface) -> Vec<WlOutput>
Expand description

Returns a list of outputs the surface is displayed on.

Panics if the surface was not created using Environment::create_surface or Environment::create_surface_with_dpi_callback.