Ignore:
Timestamp:
Feb 10, 2000, 7:49:53 PM (26 years ago)
Author:
cbratschi
Message:

menu and titlebar fix, some new stubs

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:19 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.10 2000-02-10 18:49:52 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    932932    SetBkMode(memDC, TRANSPARENT );
    933933    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);
    936935    DeleteObject (SelectObject (memDC, hOldFont));
    937936  }
Note: See TracChangeset for help on using the changeset viewer.