Commit in reactos/lib/user32/windows on MAIN | |||
nonclient.c | +1 | -1 | 1.50 -> 1.51 |
directly get the window text when drawing the caption bar
diff -u -r1.50 -r1.51 --- nonclient.c 9 Apr 2004 20:03:15 -0000 1.50 +++ nonclient.c 13 Apr 2004 17:25:22 -0000 1.51 @@ -1217,7 +1217,7 @@
r.bottom = r.top + Height;
- if ((uFlags & DC_TEXT) && (GetWindowTextW( hWnd, buffer, sizeof(buffer)/sizeof(buffer[0]) )))
+ if ((uFlags & DC_TEXT) && (NtUserInternalGetWindowText( hWnd, buffer, sizeof(buffer)/sizeof(buffer[0]) )))
{ if(!(uFlags & DC_GRADIENT)) {