mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:17:35 +00:00
LibGfx: Add a basic abstract WindowTheme class
This class will provide painting and metrics for window themes. :^)
This commit is contained in:
parent
72347205c4
commit
a94be95e27
3 changed files with 106 additions and 0 deletions
|
@ -25,6 +25,7 @@ set(SOURCES
|
|||
StylePainter.cpp
|
||||
SystemTheme.cpp
|
||||
Triangle.cpp
|
||||
WindowTheme.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibGfx gfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue