Ignore:
Timestamp:
Apr 30, 2004, 3:27:19 PM (21 years ago)
Author:
sandervl
Message:

drawSingleLinePoint: wrong pen style checks; logging updates

File:
1 edited

Legend:

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

    r10400 r10594  
    1 /* $Id: text.cpp,v 1.43 2004-01-15 11:18:58 sandervl Exp $ */
     1/* $Id: text.cpp,v 1.44 2004-04-30 13:27:19 sandervl Exp $ */
    22
    33/*
     
    351351  else  dprintf(("GDI32: ExtTextOutA %x %.*s (%d,%d) %x %d %x", hdc, cbCount, lpszString, X, Y, fuOptions, cbCount, lpDx));
    352352
     353  if(lpDx) {
     354      for(int i=0;i<cbCount;i++) {
     355          dprintf2(("Inc %d", lpDx[i]));
     356      }
     357  }
    353358  rc = InternalTextOutAW(hdc, X, Y, fuOptions, lprc, lpszString, NULL, cbCount, lpDx, TRUE, FALSE);
    354359
Note: See TracChangeset for help on using the changeset viewer.