mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
WindowServer: Remove the default background wallpaper
Booting without a wallpaper is significantly faster in QEMU when the host machine is under load (e.g while recording the screen..) Using a wallpaper is now optional. :^)
This commit is contained in:
parent
229dbd0ab2
commit
270adea22f
Notes:
sideshowbarker
2024-07-19 12:03:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/270adea22f3
3 changed files with 0 additions and 99917 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
File diff suppressed because one or more lines are too long
|
@ -38,9 +38,6 @@ WSCompositor::WSCompositor()
|
|||
|
||||
init_bitmaps();
|
||||
|
||||
m_wallpaper_path = "/res/wallpapers/retro.rgb";
|
||||
m_wallpaper = GraphicsBitmap::load_from_file(GraphicsBitmap::Format::RGBA32, m_wallpaper_path, { 1024, 768 });
|
||||
|
||||
m_compose_timer.on_timeout = [=]() {
|
||||
#if defined(COMPOSITOR_DEBUG)
|
||||
dbgprintf("WSCompositor: delayed frame callback: %d rects\n", m_dirty_rects.size());
|
||||
|
|
Loading…
Add table
Reference in a new issue