Skip to content

Commit

Permalink
doc: clarify Window::pre_present_notify availability
Browse files Browse the repository at this point in the history
Fixes #3703.
  • Loading branch information
filnet authored Jun 6, 2024
1 parent 2d1382f commit 0e74d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 0e74d37

Please sign in to comment.