mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:53:10 +00:00
[NTOS:INBV] Implement rotation bar for boot screen
CORE-10327 #resolve
This commit is contained in:
parent
4e2d8956a4
commit
dd71fb5ec8
6 changed files with 187 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
#define IDB_BAR_SERVER 4
|
||||
#define IDB_BAR_WKSTA 8
|
||||
#define IDB_BAR_HOME 9
|
||||
#define IDB_ROTATING_LINE 19
|
||||
|
||||
#define IDB_PROF_TEXT 10
|
||||
#define IDB_HOME_TEXT 11
|
||||
|
@ -21,3 +22,5 @@
|
|||
#define IDB_SERVER_FOOTER 15
|
||||
#define IDB_STORAGE_SERVER 16
|
||||
#define IDB_CLUSTER_SERVER 17
|
||||
|
||||
#define IDB_MAX_RESOURCE IDB_ROTATING_LINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue