~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/glx/glxglvnd.h

  • Committer: mmach
  • Date: 2022-09-22 20:00:35 UTC
  • Revision ID: netbit73@gmail.com-20220922200035-j2mt0pv92d002zy3
2022-09-22 21:17:58

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _glx_lib_glvnd_h_
 
2
#define _glx_lib_glvnd_h_
 
3
 
 
4
typedef struct __GLXapiExportsRec __GLXapiExports;
 
5
 
 
6
extern const __GLXapiExports *__glXGLVNDAPIExports;
 
7
 
 
8
extern const int DI_FUNCTION_COUNT;
 
9
 
 
10
extern const void * const __glXDispatchFunctions[];
 
11
extern int __glXDispatchTableIndices[];
 
12
extern const char * const __glXDispatchTableStrings[];
 
13
 
 
14
#endif