Module: wine Branch: master Commit: 2e56a912b458e63677738611e532db3b48efe918 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2e56a912b458e63677738611e5...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 9 20:09:52 2015 +0900
user32: SetLayeredWindowAttributes is no longer a stub.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/win.c b/dlls/user32/win.c index 1a3cd49..887fd48 100644 --- a/dlls/user32/win.c +++ b/dlls/user32/win.c @@ -3682,7 +3682,7 @@ BOOL WINAPI SetLayeredWindowAttributes( HWND hwnd, COLORREF key, BYTE alpha, DWO { BOOL ret;
- TRACE("(%p,%08x,%d,%x): stub!\n", hwnd, key, alpha, flags); + TRACE("(%p,%08x,%d,%x)\n", hwnd, key, alpha, flags);
SERVER_START_REQ( set_window_layered_info ) {