Skip to content

Commit

Permalink
Remove a link to platform-specific module
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sin committed Apr 25, 2022
1 parent 4866f13 commit d36181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub struct WindowAttributes {
/// There may be a small gap between this position and the window due to the specifics of the
/// Window Manager.
/// - **X11**: The top left corner of the window, the window's "outer" position. If the window
/// specified its *parent* by [`crate::platform::unix::WindowBuilderExtUnix::with_x11_parent`], this position means the top left corner of the parent's inner coordinate system.
/// specified its *parent*, this position means the top left corner of the parent's inner coordinate system.
/// - **Others**: Ignored.
///
/// See [`Window::set_outer_position`].
Expand Down

0 comments on commit d36181a

Please sign in to comment.