[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:
Yaroslav Kibysh 2019-08-20 02:52:25 +03:00 committed by Timo Kreuzer
parent b99272702c
commit 238ea69ca0
19 changed files with 67 additions and 52 deletions

View file

@ -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