mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:57:35 +00: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
3 changed files with 0 additions and 99917 deletions
|
@ -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
Add a link
Reference in a new issue