mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Move wallpapers into dedicated folder
This commit is contained in:
parent
1c59545866
commit
dae64daee1
5 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ that you can place ctrls on the
|
||||||
wall paper.
|
wall paper.
|
||||||
|
|
||||||
See $LK,"::/Demo/Graphics/Slider.ZC"$
|
See $LK,"::/Demo/Graphics/Slider.ZC"$
|
||||||
and $LK,"::/Demo/Graphics/WallPaperFish.ZC"$
|
and $LK,"::/Demo/Graphics/WallPapers/WallPaperFish.ZC"$
|
||||||
before messing with this program.
|
before messing with this program.
|
||||||
|
|
||||||
It must be "System Included".
|
It must be "System Included".
|
|
@ -27,7 +27,7 @@ $LK,"::/Demo/RandDemo.ZC"$
|
||||||
$LK,"::/Demo/KeyBitMap.ZC"$
|
$LK,"::/Demo/KeyBitMap.ZC"$
|
||||||
$LK,"::/Demo/Graphics/WinZBuf.ZC"$
|
$LK,"::/Demo/Graphics/WinZBuf.ZC"$
|
||||||
$LK,"::/Demo/Graphics/Elephant.ZC"$
|
$LK,"::/Demo/Graphics/Elephant.ZC"$
|
||||||
$LK,"::/Demo/Graphics/WallPaperFish.ZC"$ //Press SHIFT-F5 to System Include
|
$LK,"::/Demo/Graphics/WallPapers/WallPaperFish.ZC"$ //Press SHIFT-F5 to System Include
|
||||||
$LK,"::/Demo/Games/Digits.ZC"$
|
$LK,"::/Demo/Games/Digits.ZC"$
|
||||||
$LK,"::/Demo/Progress.ZC"$ //has some ASM, just ignore
|
$LK,"::/Demo/Progress.ZC"$ //has some ASM, just ignore
|
||||||
$LK,"::/Demo/Graphics/Symmetry.ZC"$
|
$LK,"::/Demo/Graphics/Symmetry.ZC"$
|
||||||
|
@ -77,7 +77,7 @@ $LK,"::/Demo/MultiCore/Palindrome.ZC"$
|
||||||
$LK,"::/Demo/MultiCore/MPAdd.ZC"$
|
$LK,"::/Demo/MultiCore/MPAdd.ZC"$
|
||||||
$LK,"::/Demo/MultiCore/Lock.ZC"$
|
$LK,"::/Demo/MultiCore/Lock.ZC"$
|
||||||
$LK,"::/Demo/Graphics/Slider.ZC"$
|
$LK,"::/Demo/Graphics/Slider.ZC"$
|
||||||
$LK,"::/Demo/Graphics/WallPaperCtrl.ZC"$ //Press SHIFT-F5 to System Include
|
$LK,"::/Demo/Graphics/WallPapers/WallPaperCtrl.ZC"$ //Press SHIFT-F5 to System Include
|
||||||
$LK,"::/Demo/Graphics/ScrollBars.ZC"$
|
$LK,"::/Demo/Graphics/ScrollBars.ZC"$
|
||||||
$LK,"::/Demo/RegistryDemo.ZC"$
|
$LK,"::/Demo/RegistryDemo.ZC"$
|
||||||
$LK,"::/Demo/Games/FlapBat.ZC"$
|
$LK,"::/Demo/Games/FlapBat.ZC"$
|
||||||
|
|
|
@ -107,7 +107,7 @@ $FG,2$Merge("C:/","D:/","+r+d");$FG$ to check your changes.
|
||||||
|
|
||||||
* $LK,"GrFloodFill",A="MN:GrFloodFill"$() is slow. $LK,"GrRect",A="MN:GrRect"$() is fast.
|
* $LK,"GrFloodFill",A="MN:GrFloodFill"$() is slow. $LK,"GrRect",A="MN:GrRect"$() is fast.
|
||||||
|
|
||||||
* You can customize the $FG,2$wallpaper$FG$. See $LK,"::/Demo/Graphics/WallPaperFish.ZC"$.
|
* You can customize the $FG,2$wallpaper$FG$. See $LK,"::/Demo/Graphics/WallPapers/WallPaperFish.ZC"$.
|
||||||
|
|
||||||
* Your RAM disks will not be reformatted when you reboot if the memory location has not changed and it finds the disk intact.
|
* Your RAM disks will not be reformatted when you reboot if the memory location has not changed and it finds the disk intact.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue