Skip to content

Commit

Permalink
Fix documentation of window::Event::Opened
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 6, 2025
1 parent a0acaba commit bfab1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/window/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub enum Event {
/// A window was opened.
Opened {
/// The position of the opened window. This is relative to the top-left corner of the desktop
/// the window is on, including virtual desktops. Refers to window's "inner" position,
/// or the client area, in logical pixels.
/// the window is on, including virtual desktops. Refers to window's "outer" position,
/// or the window area, in logical pixels.
///
/// **Note**: Not available in Wayland.
position: Option<Point>,
Expand Down

0 comments on commit bfab1a3

Please sign in to comment.