Parcourir la source

added missing const to glXGetContextIDEXT() prototype

tags/mesa_4_1
Brian Paul il y a 23 ans
Parent
révision
199b931c07
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      include/GL/glxext.h

+ 1
- 1
include/GL/glxext.h Voir le fichier

@@ -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 */

Chargement…
Annuler
Enregistrer