Changeset 4963 for trunk/src/gdi32/line.cpp
- Timestamp:
- Jan 18, 2001, 7:13:18 PM (25 years ago)
- 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:24sandervl Exp $ */1 /* $Id: line.cpp,v 1.8 2001-01-18 18:13:17 sandervl Exp $ */ 2 2 /* 3 3 * Line API's … … 198 198 pDCData pHps = (pDCData)OSLibGpiQueryDCData(hdc); 199 199 200 dprintf(("GDI32: Polyline "));200 dprintf(("GDI32: Polyline %x %x %d", hdc, lppt, cPoints)); 201 201 202 202 if (!pHps)
Note:
See TracChangeset
for help on using the changeset viewer.