瀏覽代碼

Base+WindowServer: Add a new default wallpaper for fun.

Andreas Kling 6 年之前
父節點
當前提交
c9c40e1da6
共有 2 個文件被更改,包括 18606 次插入1 次删除
  1. 18605 0
      Base/res/wallpapers/retro.rgb
  2. 1 1
      WindowServer/WSWindowManager.cpp

文件差異過大導致無法顯示
+ 18605 - 0
Base/res/wallpapers/retro.rgb


+ 1 - 1
WindowServer/WSWindowManager.cpp

@@ -202,7 +202,7 @@ WSWindowManager::WSWindowManager()
     m_cursor_bitmap_outer = CharacterBitmap::create_from_ascii(cursor_bitmap_outer_ascii, 12, 17);
 
 #ifdef USE_WALLPAPER
-    m_wallpaper_path = "/res/wallpapers/cool.rgb";
+    m_wallpaper_path = "/res/wallpapers/retro.rgb";
     m_wallpaper = GraphicsBitmap::load_from_file(GraphicsBitmap::Format::RGBA32, m_wallpaper_path, { 1024, 768 });
 #endif
 

部分文件因文件數量過多而無法顯示