mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Add LWA_ constants, used in {S/G}LayeredWindowAttributes().
This commit is contained in:
parent
4d49d8ca36
commit
e3a1858f36
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue