reactos/modules/wallpapers
Katayama Hirofumi MZ 77d05dd552
[WALLPAPERS] Restructuring (#6967)
Respect the original directory structure.
JIRA issue: CORE-19617
- Make Angelus, Angelus/ReactOS, and
  Mizu folders.
- Move image files.
- Add LICENSE.txt and suggestion.txt files.
- Revive modules/wallpapers/Angelus/
  ReadMe.txt.
2024-06-06 18:56:17 +09:00
..
Angelus [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00
Mizu [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00
CMakeLists.txt [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00
LICENSE.txt [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00
ReadMe.txt [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00
suggestion.txt [WALLPAPERS] Restructuring (#6967) 2024-06-06 18:56:17 +09:00

Wallpapers
===========

|-------------------------------|-----------------------------------------------|--------------------------------------------------------|
|Filename                       | Author                                        | Origin                                                 |
|-------------------------------|-----------------------------------------------|--------------------------------------------------------|
|Angelus.ReactOS7.Dark_4-3.jpg  | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
|Angelus.ReactOS7.Dark_16-9.jpg | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
|ReactOS_Mizu.png               | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
|ReactOS_Mizu_4x3.png           | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
|ReactOS_Mizu_16x9_A.png        | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
|ReactOS_Mizu_16x9_B.png        | Forum user "Foxlet" (foxlet@furcode.co)       | https://jira.reactos.org/browse/CORE-15783             |
|-------------------------------|-----------------------------------------------|--------------------------------------------------------|

You can also download the other wallpapers from the "ReactOS Standard Wallpapers" package in the ReactOS Applications Manager.

To include the module in your build folder, run the configure script with the flags -DENABLE_WALLPAPERS=1

# For Windows users

    configure.cmd -DENABLE_WALLPAPERS=1

# For UNIX users

    ./configure.sh -DENABLE_WALLPAPERS=1