1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:37:34 +00:00

WindowServer+wsctl: Add a simple utility for toggling "flash flush"

You can now put the WindowServer into "flash flush" mode by doing:

$ wsctl -f 1

To disable it, somewhat obviously:

$ wsctl -f 0
This commit is contained in:
Andreas Kling 2021-07-07 22:54:58 +02:00
parent 6032b2cb2b
commit b027466f41
6 changed files with 36 additions and 1 deletions

View file

@ -144,4 +144,6 @@ endpoint WindowServer
get_double_click_speed() => (int speed)
get_desktop_display_scale(u32 screen_index) => (int desktop_display_scale)
set_flash_flush(bool enabled) =|
}