mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:37:35 +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:
parent
6032b2cb2b
commit
b027466f41
6 changed files with 36 additions and 1 deletions
|
@ -99,3 +99,4 @@ target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
|||
target_link_libraries(cpp-parser LibCpp LibGUI)
|
||||
target_link_libraries(PreprocessorTest LibCpp LibGUI)
|
||||
target_link_libraries(wasm LibWasm LibLine)
|
||||
target_link_libraries(wsctl LibGUI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue