USER32: declare SetLayeredWindowAttributes

Mike McCormack mike at codeweavers.com
Wed Dec 22 19:59:21 CST 2004


ChangeLog:
* declare SetLayeredWindowAttributes
-------------- next part --------------
Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.203
diff -u -r1.203 winuser.h
--- include/winuser.h	8 Dec 2004 19:41:36 -0000	1.203
+++ include/winuser.h	23 Dec 2004 01:58:36 -0000
@@ -4452,6 +4452,7 @@
 HWND      WINAPI SetFocus(HWND);
 BOOL      WINAPI SetForegroundWindow(HWND);
 void        WINAPI SetInternalWindowPos(HWND,UINT,LPRECT,LPPOINT);
+BOOL        WINAPI SetLayeredWindowAttributes(HWND,COLORREF,BYTE,DWORD);
 BOOL        WINAPI SetMenu(HWND,HMENU);
 BOOL        WINAPI SetMenuContextHelpId(HMENU,DWORD);
 BOOL        WINAPI SetMenuItemBitmaps(HMENU,UINT,UINT,HBITMAP,HBITMAP);


More information about the wine-patches mailing list