diff options
author | Linus Groh <mail@linusgroh.de> | 2021-01-19 23:47:52 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-20 09:16:27 +0100 |
commit | c6726f331ea53bc7ee5679a84c6c10af65428a4b (patch) | |
tree | 2402da75990fbbaacd85840ff881bb06b2b5c243 /Userland/Libraries/LibGfx/DisjointRectSet.cpp | |
parent | cb8e4be3b5d9ce2225f4347efdaaf08423405b65 (diff) | |
download | serenity-c6726f331ea53bc7ee5679a84c6c10af65428a4b.zip |
WindowServer: Rename WallpaperMode::{Scaled => Stretch}
This option was renamed from scaled to stretch in DisplaySettings in
699ba84, but since WindowServer receives a plain string and was not
updated, it wouldn't recognize the new renamed value as a valid option.
Turns out sending plain strings via IPC and only mapping them to enum
values on the receiving end is brittle, we should probably update
Desktop::set_wallpaper_mode() to use an enum as well at some point.
Fixes #5006.
Diffstat (limited to 'Userland/Libraries/LibGfx/DisjointRectSet.cpp')
0 files changed, 0 insertions, 0 deletions