From db51366aff679dd9be911be141519443297c57bc Mon Sep 17 00:00:00 2001
From: sockeye-d <106356149+sockeye-d@users.noreply.github.com>
Date: Wed, 10 Dec 2025 16:56:36 -0800
Subject: [PATCH] Update documentation for `DisplayServer::FEATURE_ICON`
---
doc/classes/DisplayServer.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index e87e2a3b707..04330c4355c 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -2573,7 +2573,8 @@
Display server supports querying the operating system's display scale factor. This allows automatically detecting the hiDPI display [i]reliably[/i], instead of guessing based on the screen resolution and the display's reported DPI (which might be unreliable due to broken monitor EDID). [b]Windows, Linux (Wayland), macOS[/b]
- Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS, Linux (X11)[/b]
+ Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS, Linux (X11/Wayland)[/b]
+ [b]Note:[/b] Use on Wayland requires the compositor to implement the [url=https://wayland.app/protocols/xdg-toplevel-icon-v1#xdg_toplevel_icon_v1]xdg_toplevel_icon_v1[/url] protocol, which not all compositors do. See [url=https://wayland.app/protocols/xdg-toplevel-icon-v1#compositor-support]xdg_toplevel_icon_v1#compositor-support[/url] for more information on individual compositor support.
Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS[/b]