Add LWA_ constants, used in {S/G}LayeredWindowAttributes().
This commit is contained in:
parent
4d49d8ca36
commit
e3a1858f36
|
@ -2983,6 +2983,10 @@ typedef struct {
|
||||||
#define SW_PARENTOPENING 3
|
#define SW_PARENTOPENING 3
|
||||||
#define SW_OTHERRESTORED 4
|
#define SW_OTHERRESTORED 4
|
||||||
|
|
||||||
|
/* SetLayeredWindowAttributes() flags */
|
||||||
|
#define LWA_COLORKEY 0x00000001
|
||||||
|
#define LWA_ALPHA 0x00000002
|
||||||
|
|
||||||
/* ShowWindow() codes */
|
/* ShowWindow() codes */
|
||||||
#define SW_HIDE 0
|
#define SW_HIDE 0
|
||||||
#define SW_SHOWNORMAL 1
|
#define SW_SHOWNORMAL 1
|
||||||
|
|
Loading…
Reference in New Issue