Author: hbelusca
Date: Wed Mar 18 00:04:32 2015
New Revision: 66772
URL:
http://svn.reactos.org/svn/reactos?rev=66772&view=rev
Log:
[WALLPAPERS]: Since we don't have any mechanism at the moment to preselect a
non-bitmap wallpaper to use, I'm forced to convert the wallpaper we want to use for
CLT2015 to bitmap first, and then add its entry into the registry (I cannot just use the
jpg file in the registry).
Added:
branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/ReactOS_CirclesGold.bmp
(with props)
Modified:
branches/ReactOS-0.3.17-CLT2015/reactos/boot/bootdata/hivedef.inf
branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/CMakeLists.txt
Modified: branches/ReactOS-0.3.17-CLT2015/reactos/boot/bootdata/hivedef.inf
URL:
http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-CLT2015/reactos/…
==============================================================================
--- branches/ReactOS-0.3.17-CLT2015/reactos/boot/bootdata/hivedef.inf [iso-8859-1]
(original)
+++ branches/ReactOS-0.3.17-CLT2015/reactos/boot/bootdata/hivedef.inf [iso-8859-1] Wed Mar
18 00:04:32 2015
@@ -64,7 +64,7 @@
HKCU,"Control Panel\Desktop","ScreenSaveTimeOut",0,"600"
HKCU,"Control
Panel\Desktop","WaitToKillAppTimeout",2,"20000"
HKCU,"Control Panel\Desktop","Pattern",2,"(None)"
-HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
+HKCU,"Control
Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\Web\Wallpaper\ReactOS_CirclesGold.bmp"
HKCU,"Control Panel\Desktop","TileWallpaper",2,"0"
HKCU,"Control Panel\Desktop","WallpaperStyle",2,"0"
HKCU,"Control Panel\Desktop","FontSmoothing",0,"1"
Modified: branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-CLT2015/reactos/…
==============================================================================
--- branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/CMakeLists.txt [iso-8859-1]
Wed Mar 18 00:04:32 2015
@@ -5,6 +5,7 @@
lake.jpg
ReactOS_CirclesBlue.jpg
ReactOS_CirclesGold.jpg
+ ReactOS_CirclesGold.bmp
ReactOS_Light_4-3.jpg
ReactOS_Light_16-9.jpg
ReadMe.txt)
Added: branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/ReactOS_CirclesGold.bmp
URL:
http://svn.reactos.org/svn/reactos/branches/ReactOS-0.3.17-CLT2015/reactos/…
==============================================================================
Binary file - no diff available.
Propchange:
branches/ReactOS-0.3.17-CLT2015/reactos/modules/wallpapers/ReactOS_CirclesGold.bmp
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream