浏览代码

added missing const to glXGetContextIDEXT() prototype

tags/mesa_4_1
Brian Paul 23 年前
父节点
当前提交
199b931c07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      include/GL/glxext.h

+ 1
- 1
include/GL/glxext.h 查看文件

@@ -413,7 +413,7 @@ typedef void ( * PFNGLXDESTROYGLXVIDEOSOURCESGIXPROC) (Display *dpy, GLXVideoSou
#ifdef GLX_GLXEXT_PROTOTYPES
extern Display * glXGetCurrentDisplayEXT (void);
extern int glXQueryContextInfoEXT (Display *, GLXContext, int, int *);
extern GLXContextID glXGetContextIDEXT (GLXContext);
extern GLXContextID glXGetContextIDEXT (const GLXContext);
extern GLXContext glXImportContextEXT (Display *, GLXContextID);
extern void glXFreeContextEXT (Display *, GLXContext);
#endif /* GLX_GLXEXT_PROTOTYPES */

正在加载...
取消
保存