1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:27:46 +00:00

WindowServer+DisplaySettings: Remove the weird "simple" wallpaper mode

Painting the wallpaper at 100% scale in the top left corner is a weird
mode and I don't think we need it. :^)
This commit is contained in:
Andreas Kling 2021-05-20 17:49:20 +02:00
parent 3046b3467c
commit 93ef661914
4 changed files with 9 additions and 17 deletions

View file

@ -20,7 +20,6 @@ class Window;
class WindowManager;
enum class WallpaperMode {
Simple,
Tile,
Center,
Stretch,