mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:57:45 +00:00
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
This enables rendering of mixed-scale screen layouts with e.g. high resolution cursors and window button icons on high-dpi screens while using lower resolution bitmaps on regular screens.
This commit is contained in:
parent
aa15bf81e4
commit
61af9d882e
15 changed files with 269 additions and 99 deletions
|
@ -21,6 +21,7 @@ set(SOURCES
|
|||
Menu.cpp
|
||||
MenuItem.cpp
|
||||
MenuManager.cpp
|
||||
MultiScaleBitmaps.cpp
|
||||
Screen.cpp
|
||||
ScreenLayout.cpp
|
||||
Window.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue