mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-13 08:01:05 +01:00
Shorten doc links
This commit is contained in:
parent
363350805d
commit
4943d905a0
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ pub struct WindowState {
|
|||
///
|
||||
/// [`space.map_element()`]: smithay::desktop::space::Space#method.map_element
|
||||
/// [`with_pending_state()`]: smithay::wayland::shell::xdg::ToplevelSurface#method.with_pending_state
|
||||
/// [`Idle`]: self::WindowResizeState#variant.Idle
|
||||
/// [`WaitingForAck`]: self::WindowResizeState#variant.WaitingForAck
|
||||
/// [`WaitingForCommit`]: self::WindowResizeState#variant.WaitingForCommit
|
||||
/// [`Idle`]: WindowResizeState::Idle
|
||||
/// [`WaitingForAck`]: WindowResizeState::WaitingForAck
|
||||
/// [`WaitingForCommit`]: WindowResizeState::WaitingForCommit
|
||||
/// [`resize_state`]: WindowState#structfield.resize_state
|
||||
/// [`XdgShellHandler.ack_configure()`]: smithay::wayland::shell::xdg::XdgShellHandler#method.ack_configure
|
||||
/// [`CompositorHandler.commit()`]: smithay::wayland::compositor::CompositorHandler#tymethod.commit
|
||||
|
|
Loading…
Reference in a new issue