]> git.pld-linux.org Git - packages/Mesa.git/blame - missing-type.patch
- updated libdrm version
[packages/Mesa.git] / missing-type.patch
CommitLineData
4db28b99
JR
1--- Mesa-10.3.2/include/GL/glxext.h~ 2014-10-22 16:37:26.000000000 +0200
2+++ Mesa-10.3.2/include/GL/glxext.h 2014-10-30 19:49:51.561677653 +0100
5090d6e0 3@@ -477,6 +477,9 @@
4db28b99
JR
4
5 #ifndef GLX_NV_copy_buffer
6 #define GLX_NV_copy_buffer 1
7+#include <stddef.h>
5090d6e0 8+typedef ptrdiff_t GLsizeiptr;
4db28b99
JR
9+typedef ptrdiff_t GLintptr;
10 typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
11 typedef void ( *PFNGLXNAMEDCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
12 #ifdef GLX_GLXEXT_PROTOTYPES
This page took 0.035052 seconds and 4 git commands to generate.