Match names for WM_SHOWWINDOW status codes to MSDN.
This commit is contained in:
parent
e3f990467c
commit
a8b541e24d
|
@ -3022,11 +3022,11 @@ typedef struct {
|
|||
DWORD dwTimeout;
|
||||
} FLASHWINFO, *PFLASHWINFO;
|
||||
|
||||
/* WM_SHOWWINDOW wParam codes */
|
||||
/* WM_SHOWWINDOW lParam codes */
|
||||
#define SW_PARENTCLOSING 1
|
||||
#define SW_OTHERMAXIMIZED 2
|
||||
#define SW_OTHERZOOM 2
|
||||
#define SW_PARENTOPENING 3
|
||||
#define SW_OTHERRESTORED 4
|
||||
#define SW_OTHERUNZOOM 4
|
||||
|
||||
/* SetLayeredWindowAttributes() flags */
|
||||
#define LWA_COLORKEY 0x00000001
|
||||
|
|
Loading…
Reference in New Issue