mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-15 15:42:06 +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
|
/// [`space.map_element()`]: smithay::desktop::space::Space#method.map_element
|
||||||
/// [`with_pending_state()`]: smithay::wayland::shell::xdg::ToplevelSurface#method.with_pending_state
|
/// [`with_pending_state()`]: smithay::wayland::shell::xdg::ToplevelSurface#method.with_pending_state
|
||||||
/// [`Idle`]: self::WindowResizeState#variant.Idle
|
/// [`Idle`]: WindowResizeState::Idle
|
||||||
/// [`WaitingForAck`]: self::WindowResizeState#variant.WaitingForAck
|
/// [`WaitingForAck`]: WindowResizeState::WaitingForAck
|
||||||
/// [`WaitingForCommit`]: self::WindowResizeState#variant.WaitingForCommit
|
/// [`WaitingForCommit`]: WindowResizeState::WaitingForCommit
|
||||||
/// [`resize_state`]: WindowState#structfield.resize_state
|
/// [`resize_state`]: WindowState#structfield.resize_state
|
||||||
/// [`XdgShellHandler.ack_configure()`]: smithay::wayland::shell::xdg::XdgShellHandler#method.ack_configure
|
/// [`XdgShellHandler.ack_configure()`]: smithay::wayland::shell::xdg::XdgShellHandler#method.ack_configure
|
||||||
/// [`CompositorHandler.commit()`]: smithay::wayland::compositor::CompositorHandler#tymethod.commit
|
/// [`CompositorHandler.commit()`]: smithay::wayland::compositor::CompositorHandler#tymethod.commit
|
||||||
|
|
Loading…
Reference in a new issue