Update Window::is_maximized doc about X11/Wayland

The support for `Window::is_maximized` on X11/Wayland was added in c916eb6,
however the doc comment on the method was stating that it's not supported.
This commit is contained in:
Chris Copeland
2022-02-28 00:19:16 -08:00
committed by GitHub
parent b7e7755edd
commit 7846e6a31e
2 changed files with 2 additions and 3 deletions

View File

@@ -718,7 +718,6 @@ impl Window {
///
/// ## Platform-specific
///
/// - **Wayland / X11:** Not implemented.
/// - **iOS / Android / Web:** Unsupported.
#[inline]
pub fn is_maximized(&self) -> bool {