儲存庫 vbox 的更動 18545
- 時間撮記:
- 2009-3-30 下午01:32:11 (16 年 以前)
- 位置:
- trunk/src/VBox/Additions/common/crOpenGL
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器