Add more RAIL option flags
This commit is contained in:
parent
7b61dbdd0f
commit
716eab2405
@ -138,6 +138,10 @@
|
|||||||
/* RAIL Support Level */
|
/* RAIL Support Level */
|
||||||
#define RAIL_LEVEL_SUPPORTED 0x00000001
|
#define RAIL_LEVEL_SUPPORTED 0x00000001
|
||||||
#define RAIL_LEVEL_DOCKED_LANGBAR_SUPPORTED 0x00000002
|
#define RAIL_LEVEL_DOCKED_LANGBAR_SUPPORTED 0x00000002
|
||||||
|
#define RAIL_LEVEL_SHELL_INTEGRATION_SUPPORTED 0x00000004
|
||||||
|
#define RAIL_LEVEL_LANGUAGE_IME_SYNC_SUPPORTED 0x00000008
|
||||||
|
#define RAIL_LEVEL_SERVER_TO_CLIENT_IME_SYNC_SUPPORTED 0x00000010
|
||||||
|
#define RAIL_LEVEL_HIDE_MINIMIZED_APPS_SUPPORTED 0x00000020
|
||||||
|
|
||||||
/* Window Support Level */
|
/* Window Support Level */
|
||||||
#define WINDOW_LEVEL_NOT_SUPPORTED 0x00000000
|
#define WINDOW_LEVEL_NOT_SUPPORTED 0x00000000
|
||||||
|
Loading…
Reference in New Issue
Block a user