1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibGfx: Move DisjointRectSet code into the header file

This is in preparation for converting it to a template. No changes here,
only moving code around.
This commit is contained in:
Sam Atkins 2022-10-26 14:13:00 +01:00 committed by Andreas Kling
parent 6a4dde1d99
commit f52413a70e
3 changed files with 150 additions and 179 deletions

View file

@ -10,7 +10,6 @@ set(SOURCES
Color.cpp
CursorParams.cpp
DDSLoader.cpp
DisjointRectSet.cpp
Filters/ColorBlindnessFilter.cpp
Filters/FastBoxBlurFilter.cpp
Filters/LumaFilter.cpp