mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:47:46 +00:00
Utilities: Add a simple "shot" utility for grabbing screenshots :^)
This little CLI program grabs the current screen image from WindowServer and saves it as a PNG file.
This commit is contained in:
parent
d9f8f6a2d0
commit
f018100d21
2 changed files with 79 additions and 0 deletions
|
@ -38,6 +38,7 @@ target_link_libraries(pape LibGUI)
|
|||
target_link_libraries(passwd LibCrypt)
|
||||
target_link_libraries(paste LibGUI)
|
||||
target_link_libraries(pro LibProtocol)
|
||||
target_link_libraries(shot LibGUI)
|
||||
target_link_libraries(su LibCrypt)
|
||||
target_link_libraries(tar LibArchive LibCompress)
|
||||
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue