#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 <GL/gl.h>
#include <GL/glx.h>
#include "pkgeom.h"
#include "multibs.h"
#include "xgedit.h"
#include "xgeprivate.h"
Functions | |
void | xge_DrawVShadedRect (short w, short h, short x, short y, xgecolour_int c0, xgecolour_int c1, short nb) |
void | xge_DrawHShadedRect (short w, short h, short x, short y, xgecolour_int c0, xgecolour_int c1, short nb) |
void xge_DrawHShadedRect | ( | short | w, | |
short | h, | |||
short | x, | |||
short | y, | |||
xgecolour_int | c0, | |||
xgecolour_int | c1, | |||
short | nb | |||
) |
void xge_DrawVShadedRect | ( | short | w, | |
short | h, | |||
short | x, | |||
short | y, | |||
xgecolour_int | c0, | |||
xgecolour_int | c1, | |||
short | nb | |||
) |