1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:37:44 +00:00

WindowServer+LibGfx: Move CursorParams to LibGfx

They will be used by MouseSettings in the next commit.
This commit is contained in:
Maciej Zygmanowski 2021-08-02 11:56:05 +02:00 committed by Andreas Kling
parent 0363cd3d55
commit 3597b6eb9d
5 changed files with 145 additions and 115 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
ClassicStylePainter.cpp
ClassicWindowTheme.cpp
Color.cpp
CursorParams.cpp
DDSLoader.cpp
DisjointRectSet.cpp
Emoji.cpp