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