Changeset 2739 for trunk/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Feb 10, 2000, 7:49:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbasenonclient.cpp
r2666 r2739 1 /* $Id: win32wbasenonclient.cpp,v 1. 9 2000-02-05 19:45:19cbratschi Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.10 2000-02-10 18:49:52 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 932 932 SetBkMode(memDC, TRANSPARENT ); 933 933 r.left += 2; 934 DrawTextA(memDC, buffer, -1, &r, 935 DT_SINGLELINE | DT_VCENTER | DT_NOPREFIX | DT_LEFT ); 934 DrawTextExA(memDC,buffer,-1,&r,DT_SINGLELINE | DT_VCENTER | DT_NOPREFIX | DT_LEFT | DT_END_ELLIPSIS,NULL); 936 935 DeleteObject (SelectObject (memDC, hOldFont)); 937 936 }
Note:
See TracChangeset
for help on using the changeset viewer.