(xlib-draw-line! p1 p2)
Draws a line using the Xlib call XDrawLine. The line is drawn from p1 to p2. Both p1 and p2 are pairs (X . Y) representing points.
Module: Primitive from (app scwm xlib-drawing)
Defined in modules/xlib-drawing/drawing.c at line 107 (CVS log)