xlib-draw-line!

Name

xlib-draw-line! -- Draws a line using the Xlib call XDrawLine.

Synopsis

(xlib-draw-line! p1 p2)

Description

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.

Implementation Notes

Module: Primitive from (app scwm xlib-drawing)

Defined in modules/xlib-drawing/drawing.c at line 107 (CVS log)