Does anyone know if there is a way to draw a series of lines with X11, similar to XDrawLines, where intermediate points are joined but coincident endpoints are not? Basically I want something that behaves exactly as XDrawLines() but will not use the join style on the first point and last point, even if they are at the same coordinates.