Skip to content

Commit

Permalink
DOCS/man: add description of display-names property for wayland
Browse files Browse the repository at this point in the history
On wayland, depending on the wl_output protocol version used,
the display-names property can have different values. Mention
this in the documentation, like for other platforms.
  • Loading branch information
na-na-hi authored and Dudemanguy committed Feb 16, 2024
1 parent c0c32b2 commit 9800500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DOCS/man/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2683,7 +2683,10 @@ Property list
in the list will be the one that Windows considers associated with the
window (as determined by the MonitorFromWindow API.) On macOS these are the
Display Product Names as used in the System Information and only one display
name is returned since a window can only be on one screen.
name is returned since a window can only be on one screen. On Wayland, these
are the wl_output names if protocol version >= 4 is used
(LVDS-1, HDMI-A-1, X11-1, etc.), or the wl_output model reported by the
geometry event if protocol version < 4 is used.

``display-fps``
The refresh rate of the current display. Currently, this is the lowest FPS
Expand Down

0 comments on commit 9800500

Please sign in to comment.