Ignore:
Timestamp:
Aug 18, 2000, 8:14:59 PM (25 years ago)
Author:
sandervl
Message:

lots of small changes; CreateHalftonePalette + rgb 565 -> rgb 555 conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/text.cpp

    r4012 r4034  
    1 /* $Id: text.cpp,v 1.11 2000-08-14 15:51:20 cbratschi Exp $ */
     1/* $Id: text.cpp,v 1.12 2000-08-18 18:14:59 sandervl Exp $ */
    22
    33/*
     
    426426  INT  rc;
    427427
     428  dprintf(("InternalDrawTextExW %x %s %d %x", hdc, astring, cchText, dwDTFormat));
    428429  rc = InternalDrawTextExA(hdc,astring,cchText,lprc,dwDTFormat,lpDTParams,isDrawTextEx);
    429430  if (dwDTFormat & DT_MODIFYSTRING && (dwDTFormat & (DT_END_ELLIPSIS | DT_PATH_ELLIPSIS))) AsciiToUnicode(astring,(LPWSTR)lpchText);
Note: See TracChangeset for help on using the changeset viewer.