Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > d97979da6a9ddf865b7adda2d0908450 > files > 29

gluegen-manual-1.0b06-0.0.11.mga5.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 */
);