Skip to content

Commit 44800f9

Browse files
committed
Merge pull request #113875 from sockeye-d/patch-2
Update documentation for `DisplayServer::FEATURE_ICON`
2 parents 5311b5e + db51366 commit 44800f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/classes/DisplayServer.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2573,7 +2573,8 @@
25732573
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]
25742574
</constant>
25752575
<constant name="FEATURE_ICON" value="13" enum="Feature">
2576-
Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS, Linux (X11)[/b]
2576+
Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS, Linux (X11/Wayland)[/b]
2577+
[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.
25772578
</constant>
25782579
<constant name="FEATURE_NATIVE_ICON" value="14" enum="Feature">
25792580
Display server supports changing the window icon (usually displayed in the top-left corner). [b]Windows, macOS[/b]

0 commit comments

Comments
 (0)