Changeset 21953 for trunk/src/user32/window.cpp
- Timestamp:
- Jan 31, 2012, 10:16:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r21916 r21953 467 467 468 468 return TRUE; 469 } 470 /***************************************************************************** 471 * UpdateLayeredWindow (USER32.@) 472 */ 473 BOOL WIN32API UpdateLayeredWindow(HWND hwnd, HDC hdcDst, POINT *pptDst,SIZE *psize, 474 HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, 475 DWORD dwFlags) 476 { 477 dprintf(("USER32: UpdateLayeredWindow(%08xh, %08xh, %08xh, %08xh, %08xh, " 478 "%08xh, %08xh, %08xh, %08xh) not implemented\n", 479 hwnd, hdcDst, pptDst, psize, hdcSrc, pptSrc, crKey, pblend, dwFlags)); 480 return FALSE; 469 481 } 470 482
Note:
See TracChangeset
for help on using the changeset viewer.