From c5324cc483376b639f361636010adac0dd610e09 Mon Sep 17 00:00:00 2001 From: der richter Date: Sat, 5 Oct 2024 14:53:29 +0200 Subject: [PATCH] DOCS/input: clarify display-names naming on macOS this was meant to refer to round brackets and not square brackets. --- DOCS/man/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 87b8a03f22..2be4d3d30f 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -2778,7 +2778,7 @@ 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 with a serial number - in brackets and only one display name is returned since a window can only be + in parentheses and only one display 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.