mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
[NTOS:INBV] Refactor boot screen code and resources (#1649)
* [NTOS:INBV] Move typedefs to the only single file where they are used. * [NTOS:INBV] Refactor code & resources Remove garbage * [NTOS:INBV] Reduce fade time and remove wait for animation.
This commit is contained in:
parent
b99272702c
commit
238ea69ca0
19 changed files with 67 additions and 52 deletions
|
@ -40,5 +40,7 @@
|
|||
|
||||
/* ReactOS additions */
|
||||
#define IDB_ROTATING_LINE 19
|
||||
#define IDB_PROGRESS_BAR 20
|
||||
#define IDB_COPYRIGHT 21
|
||||
|
||||
#define IDB_MAX_RESOURCE IDB_ROTATING_LINE
|
||||
#define IDB_MAX_RESOURCE IDB_COPYRIGHT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue