Searched defs:_GLUToverlay (Results 1 – 1 of 1) sorted by relevance
444 struct _GLUToverlay { struct446 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 */[all …]