Skip to content

Commit

Permalink
Subjective improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
maroider committed Jul 3, 2022
1 parent 5fbdabe commit 1b72bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/platform/run_return.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub trait EventLoopExtRunReturn {
///
/// ## Platform-specific
///
/// - **Unix-alikes** (**X11** or **Wayland**): This function returns `1` upon disconnection from
/// - **X11 / Wayland:** This function returns `1` upon disconnection from
/// the display server.
fn run_return<F>(&mut self, event_handler: F) -> i32
where
Expand Down
5 changes: 1 addition & 4 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,7 @@ impl Window {
///
/// This only has an effect on desktop platforms.
///
/// Due to a bug in XFCE, this has no effect on Xfwm.
///
/// ## Platform-specific
///
/// - **X11:** Due to a bug in XFCE, this has no effect on Xfwm.
/// - **iOS / Android / Web:** Unsupported.
///
/// [`WindowEvent::Resized`]: crate::event::WindowEvent::Resized
Expand Down

0 comments on commit 1b72bf3

Please sign in to comment.