Changeset 18545 in vbox
- Timestamp:
- Mar 30, 2009 1:32:11 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/crOpenGL
- Files:
-
- 2 edited
-
glx_c_exports.c (modified) (1 diff)
-
glx_proto.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx_c_exports.c
r18542 r18545 21 21 */ 22 22 23 #include "stub.h" 23 24 #include "dri_glx.h" 24 25 #include "fakedri_drv.h" -
trunk/src/VBox/Additions/common/crOpenGL/glx_proto.h
r18542 r18545 21 21 */ 22 22 23 #ifndef ___CROPENGL_ DRI_GLX_H24 #define ___CROPENGL_ DRI_GLX_H23 #ifndef ___CROPENGL_GLX_PROTO_H 24 #define ___CROPENGL_GLX_PROTO_H 25 25 26 26 #include "chromium.h" … … 51 51 52 52 /*Common glX functions*/ 53 typedef void (*PGLXFUNC_CopyContext)( Display *dpy, GLXContext src, GLXContext dst, 54 #if defined(SunOS) 55 unsigned long mask); 56 #else 57 unsigned long mask); 58 #endif 53 typedef void (*PGLXFUNC_CopyContext)(Display *dpy, GLXContext src, GLXContext dst,unsigned long mask); 59 54 typedef void (*PGLXFUNC_UseXFont)(Font font, int first, int count, int listBase); 60 55 typedef CR_GLXFuncPtr (*PGLXFUNC_GetProcAddress)(const GLubyte *name); … … 158 153 #endif /* GLX_EXTRAS */ 159 154 160 #endif //___CROPENGL_ DRI_GLX_H155 #endif //___CROPENGL_GLX_PROTO_H
Note:
See TracChangeset
for help on using the changeset viewer.

