mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47:34 +00:00
DisplaySettings: Show DPI for selected resolution
This uses the EDID provided by the connected display to show the pixel density of a selected resolution.
This commit is contained in:
parent
49c902d581
commit
ab1075e296
4 changed files with 51 additions and 10 deletions
|
@ -23,4 +23,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(DisplaySettings ICON app-display-settings)
|
||||
target_link_libraries(DisplaySettings LibDesktop LibGUI LibConfig LibMain)
|
||||
target_link_libraries(DisplaySettings LibDesktop LibGUI LibConfig LibMain LibEDID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue