]> git.pld-linux.org Git - packages/Mesa.git/blob - missing-type.patch
- up to 10.5.5
[packages/Mesa.git] / missing-type.patch
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
3 @@ -477,6 +477,9 @@
4  
5  #ifndef GLX_NV_copy_buffer
6  #define GLX_NV_copy_buffer 1
7 +#include <stddef.h>
8 +typedef ptrdiff_t GLsizeiptr;
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.031688 seconds and 3 git commands to generate.