Ignore:
Timestamp:
Jan 18, 2001, 7:13:18 PM (25 years ago)
Author:
sandervl
Message:

SetDIBitsToDevice fix + more logging

File:
1 edited

Legend:

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

    r4552 r4963  
    1 /* $Id: line.cpp,v 1.7 2000-11-04 16:29:24 sandervl Exp $ */
     1/* $Id: line.cpp,v 1.8 2001-01-18 18:13:17 sandervl Exp $ */
    22/*
    33 * Line API's
     
    198198  pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc);
    199199
    200   dprintf(("GDI32: Polyline"));
     200  dprintf(("GDI32: Polyline %x %x %d", hdc, lppt, cPoints));
    201201
    202202  if (!pHps)
Note: See TracChangeset for help on using the changeset viewer.