XPoint (3) Linux Manual Page
XDrawPoint, XDrawPoints, XPoint – draw points and points structure Syntaxint XDrawPoint(Display *display, Drawable d, GC gc, int x, int y); int XDrawPoints(Display *display, Drawable d, GC gc, XPoint *points, int npoints, int mode);Argumentsd Specifies the drawable. display Specifies the connection to the X server. gc Specifies the GC. mode Specifies the coordinate mode. You can…
