user32: SetLayeredWindowAttributes is no longer a stub.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2015-12-09 20:09:52 +09:00
parent 5c9ddc55dc
commit 2e56a912b4
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{