mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:47:34 +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:
parent
3046b3467c
commit
93ef661914
4 changed files with 9 additions and 17 deletions
|
@ -20,7 +20,6 @@ class Window;
|
|||
class WindowManager;
|
||||
|
||||
enum class WallpaperMode {
|
||||
Simple,
|
||||
Tile,
|
||||
Center,
|
||||
Stretch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue