[−][src]Function smithay_client_toolkit::get_surface_outputs
pub fn get_surface_outputs(surface: &WlSurface) -> Vec<WlOutput>
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
.