Browse Source

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

Andreas Kling 6 years ago
parent
commit
c9c40e1da6
2 changed files with 18606 additions and 1 deletions
  1. 18605 0
      Base/res/wallpapers/retro.rgb
  2. 1 1
      WindowServer/WSWindowManager.cpp

File diff suppressed because it is too large
+ 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);
     m_cursor_bitmap_outer = CharacterBitmap::create_from_ascii(cursor_bitmap_outer_ascii, 12, 17);
 
 
 #ifdef USE_WALLPAPER
 #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 });
     m_wallpaper = GraphicsBitmap::load_from_file(GraphicsBitmap::Format::RGBA32, m_wallpaper_path, { 1024, 768 });
 #endif
 #endif
 
 

Some files were not shown because too many files changed in this diff