Sfoglia il codice sorgente

Let's have two wallpapers installed so we can test switching.

Andreas Kling 6 anni fa
parent
commit
a6f9ddbb58
3 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 0 0
      Base/res/wallpapers/cool.rgb
  2. 1 1
      Kernel/sync.sh
  3. 1 1
      WindowServer/WSWindowManager.cpp

File diff suppressed because it is too large
+ 0 - 0
Base/res/wallpapers/cool.rgb


+ 1 - 1
Kernel/sync.sh

@@ -1,6 +1,6 @@
 rm -vf _fs_contents.lock
 rm -vf _fs_contents
-dd if=/dev/zero of=_fs_contents bs=1M count=8
+dd if=/dev/zero of=_fs_contents bs=1M count=12
 mke2fs _fs_contents
 chown 1000:1000 _fs_contents
 mkdir -vp mnt

+ 1 - 1
WindowServer/WSWindowManager.cpp

@@ -165,7 +165,7 @@ WSWindowManager::WSWindowManager()
 
     {
         LOCKER(m_wallpaper_path.lock());
-        m_wallpaper_path.resource() = "/res/wallpapers/gray-wood.rgb";
+        m_wallpaper_path.resource() = "/res/wallpapers/cool.rgb";
         m_wallpaper = GraphicsBitmap::load_from_file(m_wallpaper_path.resource(), m_screen_rect.size());
     }
 

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