#include <stdio.h>#include <stdlib.h>#include <math.h>#include <malloc.h>#include <string.h>#include <X11/Xlib.h>#include <X11/Xutil.h>#include <X11/cursorfont.h>#include "pkvaria.h"#include "pknum.h"#include "pkgeom.h"#include "camera.h"#include "xgledit.h"#include "xgeprivate.h"
Functions | |
| void | xgleDrawPoint (int x, int y) |
| void | xgleDrawPoints (int n, XPoint *p) |
| void | xgleDrawLine (int x0, int y0, int x1, int y1) |
| void | xgleDrawRectangle (int w, int h, int x, int y) |
| void xgleDrawLine | ( | int | x0, | |
| int | y0, | |||
| int | x1, | |||
| int | y1 | |||
| ) |
| void xgleDrawPoint | ( | int | x, | |
| int | y | |||
| ) |
| void xgleDrawPoints | ( | int | n, | |
| XPoint * | p | |||
| ) |
| void xgleDrawRectangle | ( | int | w, | |
| int | h, | |||
| int | x, | |||
| int | y | |||
| ) |
1.7.1