(no subject)
"Andrew Stadt" <[email protected]> Tue, 27 May 2003 19:27:38 -0400
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <004001c324a7$903fe230$9f00a8c0@scotty> |
Just a quick patch to add a couple defines to winuser.h before I forget (again). Documentation regarding the presences of these defines available via msdn, actual values found (and later validated) via http://www.codeproject.com/win32/Quaker1.asp Cheers, Andrew.
winuser.h.diff
(application/octet-stream, 1.1 KB)
Index: w32api/ChangeLog =================================================================== RCS file: /cvs/src/src/winsup/w32api/ChangeLog,v retrieving revision 1.388 diff -u -r1.388 ChangeLog --- w32api/ChangeLog 25 May 2003 21:38:31 -0000 1.388 +++ w32api/ChangeLog 27 May 2003 23:18:33 -0000 @@ -1,3 +1,7 @@ +2003-05-27 Andrew C. Stadt <[email protected]> + + * include/winuser.h (LWA_COLORKEY, LWA_ALPHA): Add defines. + 2003-05-25 Bill C. Riemers <[email protected]> * include/winuser.h (EnumDisplayDevicesW): Fix typo. Index: w32api/include/winuser.h =================================================================== RCS file: /cvs/src/src/winsup/w32api/include/winuser.h,v retrieving revision 1.37 diff -u -r1.37 winuser.h --- w32api/include/winuser.h 25 May 2003 21:38:31 -0000 1.37 +++ w32api/include/winuser.h 27 May 2003 23:18:34 -0000 @@ -2006,6 +2006,8 @@ #define ASFW_ANY ((DWORD)-1) #define LSFW_LOCK 1 #define LSFW_UNLOCK 2 +#define LWA_COLORKEY 1 +#define LWA_ALPHA 2 #endif #define GA_PARENT 1 #define GA_ROOT 2