doc: clarify Window::pre_present_notify availability

Fixes #3703.
This commit is contained in:
Philippe Renon 2024-06-06 11:11:06 +02:00 committed by GitHub
parent 2d1382f7d6
commit 0e74d37ff5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -632,7 +632,8 @@ impl Window {
///
/// ## Platform-specific
///
/// **Wayland:** - schedules a frame callback to throttle [`WindowEvent::RedrawRequested`].
/// - **Android / iOS / X11 / Web / Windows / macOS / Orbital:** Unsupported.
/// - **Wayland:** Schedules a frame callback to throttle [`WindowEvent::RedrawRequested`].
///
/// [`WindowEvent::RedrawRequested`]: crate::event::WindowEvent::RedrawRequested
#[inline]