mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-14 22:40:38 +11:00
Fix broken links to mod DPI on various documentation pages (#984)
This commit is contained in:
parent
0e20973bdb
commit
34db2d7d4c
3 changed files with 3 additions and 3 deletions
|
@ -198,7 +198,7 @@ pub enum WindowEvent {
|
|||
/// * Changing the display's DPI factor (e.g. in Control Panel on Windows).
|
||||
/// * Moving the window to a display with a different DPI factor.
|
||||
///
|
||||
/// For more information about DPI in general, see the [`dpi`](dpi/index.html) module.
|
||||
/// For more information about DPI in general, see the [`dpi`](../dpi/index.html) module.
|
||||
HiDpiFactorChanged(f64),
|
||||
}
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ impl MonitorHandle {
|
|||
|
||||
/// Returns the DPI factor that can be used to map logical pixels to physical pixels, and vice versa.
|
||||
///
|
||||
/// See the [`dpi`](dpi/index.html) module for more information.
|
||||
/// See the [`dpi`](../dpi/index.html) module for more information.
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
|
|
|
@ -329,7 +329,7 @@ impl Window {
|
|||
|
||||
/// Returns the DPI factor that can be used to map logical pixels to physical pixels, and vice versa.
|
||||
///
|
||||
/// See the [`dpi`](dpi/index.html) module for more information.
|
||||
/// See the [`dpi`](../dpi/index.html) module for more information.
|
||||
///
|
||||
/// Note that this value can change depending on user action (for example if the window is
|
||||
/// moved to another screen); as such, tracking `WindowEvent::HiDpiFactorChanged` events is
|
||||
|
|
Loading…
Reference in a new issue