File pink-pony-glx.diff of Package pink-pony
new Mesa removed GLXContextID from glx.h so it's missing here https://www.mail-archive.com/mesa-commit@lists.freedesktop.org/msg43825.html Index: pink-pony-1.3.1/lib/GL/GLee.h =================================================================== --- pink-pony-1.3.1.orig/lib/GL/GLee.h +++ pink-pony-1.3.1/lib/GL/GLee.h @@ -64,6 +64,7 @@ #define GLX_GLXEXT_PROTOTYPES #include <GL/gl.h> #include <GL/glx.h> + typedef XID GLXContextID; #endif #ifndef APIENTRY