From 179ce63dbf49ab2d83026efee1cd60a10420b934 Mon Sep 17 00:00:00 2001 From: MJacred Date: Tue, 1 Apr 2025 19:40:36 +0200 Subject: [PATCH] Update class docs: `dpi_changed` signal is supported on Linux (Wayland) --- doc/classes/DisplayServer.xml | 2 +- doc/classes/Window.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 7e6e579114..36aee11605 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -2214,7 +2214,7 @@ Sent when the window is moved to the display with different DPI, or display DPI is changed. - [b]Note:[/b] This flag is implemented only on macOS. + [b]Note:[/b] This flag is implemented only on macOS and Linux (Wayland). Sent when the window title bar decoration is changed (e.g. [constant WINDOW_FLAG_EXTEND_TO_TITLE] is set or window entered/exited full screen mode). diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index 90eba0bdea..d6fd57ce44 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -734,7 +734,7 @@ Emitted when the [Window]'s DPI changes as a result of OS-level changes (e.g. moving the window from a Retina display to a lower resolution one). - [b]Note:[/b] Only implemented on macOS. + [b]Note:[/b] Only implemented on macOS and Linux (Wayland).