Lines Matching defs:_GLUToverlay
444 struct _GLUToverlay { struct
446 int pf;
447 HDC hdc;
449 Window win;
450 GLXContext ctx;
451 XVisualInfo *vis; /* visual for window */
452 Bool visAlloced; /* if vis needs deallocate on destroy */
453 Colormap cmap; /* RGB colormap for window; None if CI */
454 GLUTcolormap *colormap; /* colormap; NULL if RGBA */
455 int shownState; /* if overlay window mapped */
456 Bool treatAsSingle; /* treat as single-buffered */
458 Bool isDirect; /* if direct context */
460 int transparentPixel; /* transparent pixel value */
461 GLUTdisplayCB display; /* redraw */