From dae64daee17181a855a14d4a143860659909217c Mon Sep 17 00:00:00 2001 From: GutPuncher Date: Sat, 25 Nov 2023 05:19:39 -0500 Subject: [PATCH] Move wallpapers into dedicated folder --- src/Demo/Graphics/{ => WallPapers}/WallPaperCtrl.ZC | 2 +- src/Demo/Graphics/{ => WallPapers}/WallPaperFish.ZC | Bin .../Graphics/{ => WallPapers}/WallPaperStars.ZC | 0 src/Doc/DemoIndex.DD | 4 ++-- src/Doc/Tips.DD | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/Demo/Graphics/{ => WallPapers}/WallPaperCtrl.ZC (98%) rename src/Demo/Graphics/{ => WallPapers}/WallPaperFish.ZC (100%) rename src/Demo/Graphics/{ => WallPapers}/WallPaperStars.ZC (100%) diff --git a/src/Demo/Graphics/WallPaperCtrl.ZC b/src/Demo/Graphics/WallPapers/WallPaperCtrl.ZC similarity index 98% rename from src/Demo/Graphics/WallPaperCtrl.ZC rename to src/Demo/Graphics/WallPapers/WallPaperCtrl.ZC index cfea2ce4..1d34707f 100755 --- a/src/Demo/Graphics/WallPaperCtrl.ZC +++ b/src/Demo/Graphics/WallPapers/WallPaperCtrl.ZC @@ -6,7 +6,7 @@ that you can place ctrls on the wall paper. See $LK,"::/Demo/Graphics/Slider.ZC"$ -and $LK,"::/Demo/Graphics/WallPaperFish.ZC"$ +and $LK,"::/Demo/Graphics/WallPapers/WallPaperFish.ZC"$ before messing with this program. It must be "System Included". diff --git a/src/Demo/Graphics/WallPaperFish.ZC b/src/Demo/Graphics/WallPapers/WallPaperFish.ZC similarity index 100% rename from src/Demo/Graphics/WallPaperFish.ZC rename to src/Demo/Graphics/WallPapers/WallPaperFish.ZC diff --git a/src/Demo/Graphics/WallPaperStars.ZC b/src/Demo/Graphics/WallPapers/WallPaperStars.ZC similarity index 100% rename from src/Demo/Graphics/WallPaperStars.ZC rename to src/Demo/Graphics/WallPapers/WallPaperStars.ZC diff --git a/src/Doc/DemoIndex.DD b/src/Doc/DemoIndex.DD index 8acc915b..1db45a66 100755 --- a/src/Doc/DemoIndex.DD +++ b/src/Doc/DemoIndex.DD @@ -27,7 +27,7 @@ $LK,"::/Demo/RandDemo.ZC"$ $LK,"::/Demo/KeyBitMap.ZC"$ $LK,"::/Demo/Graphics/WinZBuf.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/Progress.ZC"$ //has some ASM, just ignore $LK,"::/Demo/Graphics/Symmetry.ZC"$ @@ -77,7 +77,7 @@ $LK,"::/Demo/MultiCore/Palindrome.ZC"$ $LK,"::/Demo/MultiCore/MPAdd.ZC"$ $LK,"::/Demo/MultiCore/Lock.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/RegistryDemo.ZC"$ $LK,"::/Demo/Games/FlapBat.ZC"$ diff --git a/src/Doc/Tips.DD b/src/Doc/Tips.DD index eedb39bd..3f1443d1 100755 --- a/src/Doc/Tips.DD +++ b/src/Doc/Tips.DD @@ -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. -* 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.