Changeset 4825 for trunk/src/user32/text.cpp
- Timestamp:
- Dec 17, 2000, 4:04:14 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/text.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/text.cpp
r2873 r4825 1 /* $Id: text.cpp,v 1. 9 2000-02-23 17:05:17 cbratschiExp $ */1 /* $Id: text.cpp,v 1.10 2000-12-17 15:04:11 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 INT WIN32API DrawTextA(HDC hDC,LPCSTR lpString,INT nCount,PRECT lpRect,UINT nFormat) 23 23 { 24 int bla;25 26 24 dprintf(("USER32: DrawTextA %x %s %d (%d,%d)(%d,%d) %x",hDC, lpString, nCount, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, nFormat)); 27 25 28 if(nFormat == 0x828) {29 bla = 1;30 }31 26 return InternalDrawTextExA(hDC,lpString,nCount,lpRect,nFormat,NULL,FALSE); 32 27 }
Note:
See TracChangeset
for help on using the changeset viewer.
