Add LWA_ constants, used in {S/G}LayeredWindowAttributes().

This commit is contained in:
Vincent Béron 2005-02-21 18:35:39 +00:00 committed by Alexandre Julliard
parent 4d49d8ca36
commit e3a1858f36

View file

@ -2983,6 +2983,10 @@ typedef struct {
#define SW_PARENTOPENING 3
#define SW_OTHERRESTORED 4
/* SetLayeredWindowAttributes() flags */
#define LWA_COLORKEY 0x00000001
#define LWA_ALPHA 0x00000002
/* ShowWindow() codes */
#define SW_HIDE 0
#define SW_SHOWNORMAL 1