Searched defs:xmesa_visual (Results 1 – 1 of 1) sorted by relevance
288 struct xmesa_visual { struct289 struct gl_config mesa_visual;/* Device independent visual parameters */290 int screen, visualID, visualType;291 Display *display; /* The X11 display */292 XVisualInfo * visinfo; /* X's visual info (pointer to private copy) */293 XVisualInfo *vishandle; /* Only used in fakeglx.c */294 GLint BitsPerPixel; /* True bits per pixel for XImages */296 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */298 struct st_visual stvis;