From 0e74d37ff537043f8b553fb9902e13d04f39e734 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 6 Jun 2024 11:11:06 +0200 Subject: [PATCH] doc: clarify `Window::pre_present_notify` availability Fixes #3703. --- src/window.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index a8888c9f..f443a71d 100644 --- a/src/window.rs +++ b/src/window.rs @@ -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]