Match names for WM_SHOWWINDOW status codes to MSDN.

This commit is contained in:
Vitaliy Margolen 2005-06-05 18:15:27 +00:00 committed by Alexandre Julliard
parent e3f990467c
commit a8b541e24d
1 changed files with 3 additions and 3 deletions

View File

@ -3022,11 +3022,11 @@ typedef struct {
DWORD dwTimeout; DWORD dwTimeout;
} FLASHWINFO, *PFLASHWINFO; } FLASHWINFO, *PFLASHWINFO;
/* WM_SHOWWINDOW wParam codes */ /* WM_SHOWWINDOW lParam codes */
#define SW_PARENTCLOSING 1 #define SW_PARENTCLOSING 1
#define SW_OTHERMAXIMIZED 2 #define SW_OTHERZOOM 2
#define SW_PARENTOPENING 3 #define SW_PARENTOPENING 3
#define SW_OTHERRESTORED 4 #define SW_OTHERUNZOOM 4
/* SetLayeredWindowAttributes() flags */ /* SetLayeredWindowAttributes() flags */
#define LWA_COLORKEY 0x00000001 #define LWA_COLORKEY 0x00000001