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

removed extra impl of scaling

This commit is contained in:
Christopher Dumas 2019-05-27 08:36:44 -07:00 committed by Andreas Kling
parent da9c70598f
commit 3e26faa226
7 changed files with 11 additions and 169 deletions

View file

@ -10,7 +10,7 @@
class Painter;
class WSCursor;
enum class WallpaperMode { Simple, Tile, Center, Unchecked };
enum class WallpaperMode { Simple, Tile, Center, Scaled, Unchecked };
class WSCompositor final : public CObject {
public: