Changeset 18546 in vbox
- Timestamp:
- Mar 30, 2009 1:33:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx_proto.h
r18545 r18546 55 55 typedef CR_GLXFuncPtr (*PGLXFUNC_GetProcAddress)(const GLubyte *name); 56 56 typedef Bool (*PGLXFUNC_QueryExtension)(Display *dpy, int *errorBase, int *eventBase); 57 typedef Bool (*PGLXFUNC_ glXIsDirect)(Display *dpy, GLXContext ctx);57 typedef Bool (*PGLXFUNC_IsDirect)(Display *dpy, GLXContext ctx); 58 58 typedef GLXPixmap (*PGLXFUNC_CreateGLXPixmap)(Display *dpy, XVisualInfo *vis, Pixmap pixmap); 59 59 typedef void (*PGLXFUNC_SwapBuffers)(Display *dpy, GLXDrawable drawable);
Note:
See TracChangeset
for help on using the changeset viewer.

