mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 06:20:19 +01:00
reverse Keith's 'XFree86Server' glue.
This commit is contained in:
parent
3abad78e26
commit
18343db1d8
2 changed files with 0 additions and 8 deletions
|
|
@ -38,11 +38,7 @@
|
|||
*/
|
||||
#if !defined(__SCITECH_SNAP__)
|
||||
|
||||
#ifndef XFree86Server
|
||||
#include <stddef.h> /* to get ptrdiff_t, used below */
|
||||
#else
|
||||
#define ptrdiff_t int
|
||||
#endif
|
||||
|
||||
#if defined(__BEOS__)
|
||||
#include <stdlib.h> /* to get some BeOS-isms */
|
||||
|
|
|
|||
|
|
@ -3290,11 +3290,7 @@ typedef GLboolean (APIENTRYP PFNGLISPROGRAMARBPROC) (GLuint program);
|
|||
#define GL_ARB_vertex_buffer_object 1
|
||||
/* GL types for handling large vertex buffer objects */
|
||||
/* Only used by this extension for now; later needs to be moved earlier in glext.h */
|
||||
#ifndef XFree86Server
|
||||
#include <stddef.h>
|
||||
#else
|
||||
#define ptrdiff_t int
|
||||
#endif
|
||||
typedef ptrdiff_t GLintptrARB;
|
||||
typedef ptrdiff_t GLsizeiptrARB;
|
||||
#ifdef GL_GLEXT_PROTOTYPES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue