1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:07:36 +00:00

WindowServer: Add a GetDesktopDisplayScale IPC request

Tells you which scale factor is configured in window manager.
This commit is contained in:
Eugene Barnett 2021-06-05 21:34:33 -04:00 committed by Andreas Kling
parent 19b22fbb4a
commit 4ef85de9dc
3 changed files with 8 additions and 0 deletions

View file

@ -126,4 +126,6 @@ endpoint WindowServer
set_double_click_speed(int speed) => ()
get_double_click_speed() => (int speed)
get_desktop_display_scale() => (int desktop_display_scale)
}