Call NtUserDrawCaption directly

svn path=/trunk/; revision=23923
This commit is contained in:
Saveliy Tretiakov 2006-09-05 16:28:20 +00:00
parent 4da1de7ca1
commit 90759eb5a2

View file

@ -410,7 +410,7 @@ DefWndNCPaint(HWND hWnd, HRGN hRgn, BOOL Active)
CurrentRect.top += GetSystemMetrics(SM_CYCAPTION);
}
DrawCaption(hWnd, hDC, &TempRect, CaptionFlags);
NtUserDrawCaption(hWnd, hDC, &TempRect, CaptionFlags);
/* Draw buttons */
if (Style & WS_SYSMENU)