Ignore:
Timestamp:
Jun 3, 2001, 2:01:41 PM (24 years ago)
Author:
sandervl
Message:

more logging

File:
1 edited

Legend:

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

    r5868 r5898  
    1 /* $Id: text.cpp,v 1.24 2001-06-01 19:59:00 sandervl Exp $ */
     1/* $Id: text.cpp,v 1.25 2001-06-03 12:01:41 sandervl Exp $ */
    22
    33/*
     
    860860BOOL WIN32API TextOutW(HDC hdc,int nXStart,int nYStart,LPCWSTR lpszString,int cbString)
    861861{
    862   dprintf(("GDI32: TextOutW"));
     862  dprintf(("GDI32: TextOutW %x (%d,%d) %ls", hdc, nXStart, nYStart, lpszString));
    863863
    864864  return InternalTextOutW(hdc,nXStart,nYStart,0,NULL,lpszString,cbString,NULL,FALSE);
Note: See TracChangeset for help on using the changeset viewer.