1
Fork 0
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:
Andreas Kling 2020-08-09 19:28:36 +02:00
parent 72347205c4
commit a94be95e27
3 changed files with 106 additions and 0 deletions

View file

@ -25,6 +25,7 @@ set(SOURCES
StylePainter.cpp
SystemTheme.cpp
Triangle.cpp
WindowTheme.cpp
)
serenity_lib(LibGfx gfx)