[CLT2012]

- Include the Lautus visual style by Pisarz (as a blob for now), and enable it by default

svn path=/branches/ros-branch-0_3_14-clt2012/; revision=56136
This commit is contained in:
Thomas Faber
2012-03-12 22:50:39 +00:00
parent 7f2624f282
commit 05577a9a89
9 changed files with 18 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -1666,7 +1666,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ErrorControl",0x00010001,0x0000
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Group",0x00000000,"UIGroup"
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ImagePath",0x00020000,"%SystemRoot%\system32\thmsvc.exe"
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ObjectName",0x00000000,"LocalSystem"
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000003
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000002
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Type",0x00010001,0x00000020
; Sound Blaster (NT4)
+4
View File
@@ -21,6 +21,7 @@ Signature = "$ReactOS$"
6 = inf
7 = bin
8 = media
9 = Resources\Themes\Lautus
.InfEnd
@@ -694,6 +695,9 @@ media\inf\xboxdisp.inf 6
; Media Files
media\sounds\ReactOS_LogOn.wav 8
; Lautus Theme
media\themes\Lautus.msstyles 9 optional
; Ini Files
boot\bootdata\system.ini 4
+2 -1
View File
@@ -22,6 +22,7 @@ Signature = "$ReactOS$"
6 = inf
7 = bin
8 = media
9 = Resources\Themes\Lautus
.InfEnd
@@ -53,4 +54,4 @@ modules\optional\vmx_svga.inf 6 optional
modules\optional\vmx_svga.sys 2 optional
modules\optional\wine_gecko-1.0.0-x86.cab 4 optional
modules\wallpaper\dark-clt2012.bmp 4 optional
modules\wallpaper\dark-clt2012.bmp 4 optional
+1
View File
@@ -1,6 +1,7 @@
add_subdirectory(fonts)
add_subdirectory(inf)
add_subdirectory(nls)
add_subdirectory(themes)
add_subdirectory(vgafonts)
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/hosts DESTINATION reactos/system32/drivers/etc FOR all)
+3
View File
@@ -16,6 +16,9 @@
<directory name="sounds">
<xi:include href="sounds/sounds.rbuild" />
</directory>
<directory name="themes">
<xi:include href="themes/themes.rbuild" />
</directory>
<directory name="vgafonts">
<xi:include href="vgafonts/vgafonts.rbuild" />
</directory>
+2
View File
@@ -0,0 +1,2 @@
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Lautus.msstyles DESTINATION reactos/Resources/Themes/Lautus FOR all)
Binary file not shown.
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
<group>
<installfile installbase="Resources/Themes/Lautus">Lautus.msstyles</installfile>
</group>