Changeset 9429 for trunk/src/gdi32/line.cpp
- Timestamp:
- Nov 26, 2002, 11:53:12 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/line.cpp
r7366 r9429 1 /* $Id: line.cpp,v 1.1 2 2001-11-16 16:27:54sandervl Exp $ */1 /* $Id: line.cpp,v 1.13 2002-11-26 10:53:10 sandervl Exp $ */ 2 2 /* 3 3 * Line API's … … 170 170 POINTLOS2 startPt,endPt; 171 171 172 dprintf(("GDI32: LineDDA\n"));173 172 #if 0 //CB: the Open32 function is ok -> to check 174 173 startPt.x = nXStart; … … 190 189 pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc); 191 190 192 dprintf(("GDI32: Polyline %x %x %d", hdc, lppt, cPoints));193 194 191 if (!pHps) 195 192 { … … 226 223 { 227 224 pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc); 228 229 dprintf(("GDI32: PolylineTo"));230 225 231 226 if (!pHps)
Note:
See TracChangeset
for help on using the changeset viewer.