pub fn set_shadow(
    window: impl HasRawWindowHandle,
    enable: bool
) -> Result<(), Error>
Expand description

Enables or disables the shadows for a window.

Platform-specific

  • Linux: Unsupported, Shadows are controlled by the compositor installed on the end-user system.