Searched defs:__GLXWinDrawable (Results 1 – 1 of 1) sorted by relevance
37 typedef struct __GLXWinDrawable __GLXWinDrawable; typedef48 struct __GLXWinDrawable { struct49 __GLXdrawable base;50 __GLXWinContext *drawContext;51 __GLXWinContext *readContext;54 HPBUFFERARB hPbuffer;57 HDC dibDC;58 HANDLE hSection; /* file mapping handle */59 HBITMAP hDIB;60 HBITMAP hOldDIB; /* original DIB for DC */[all …]