mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:37:36 +00:00
WindowServer: Add a GetDesktopDisplayScale IPC request
Tells you which scale factor is configured in window manager.
This commit is contained in:
parent
19b22fbb4a
commit
4ef85de9dc
3 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue