Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 50448878465f9d3eafc960e948b0fa56 > files > 29

gluegen-manual-1.0b06-0.0.14.mga6.noarch.rpm

typedef struct {}     Display;
typedef struct {}     Visual;
typedef unsigned long VisualID;

typedef struct {
  Visual *visual;
  VisualID visualid;
  int screen;
  int depth;
  int c_class;					/* C++ */
  unsigned long red_mask;
  unsigned long green_mask;
  unsigned long blue_mask;
  int colormap_size;
  int bits_per_rgb;
} XVisualInfo;

XVisualInfo *XGetVisualInfo(
    Display*		/* display */,
    long		/* vinfo_mask */,
    XVisualInfo*	/* vinfo_template */,
    int*		/* nitems_return */
);