Commit e3a1858f authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

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

parent 4d49d8ca
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment