Skip to content

Commit

Permalink
Correct Wayland section in dpi docs
Browse files Browse the repository at this point in the history
Fixes #3100.
  • Loading branch information
kchibisov committed Sep 16, 2023
1 parent 9df7fc4 commit c789586
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@
//! If `WINIT_X11_SCALE_FACTOR` is set to `randr`, it'll ignore the `Xft.dpi` field and use the
//! XRandR scaling method. Generally speaking, you should try to configure the standard system
//! variables to do what you want before resorting to `WINIT_X11_SCALE_FACTOR`.
//! - **Wayland:** On Wayland, scale factors are set per-screen by the server, and are always
//! integers (most often 1 or 2).
//! - **Wayland:** Scale factor is suggested by the the compositor.
//! - **iOS:** Scale factors are set by Apple to the value that best suits the device, and range
//! from `1.0` to `3.0`. See [this article][apple_1] and [this article][apple_2] for more
//! information.
Expand Down

0 comments on commit c789586

Please sign in to comment.