diff options
author | marha <marha@users.sourceforge.net> | 2013-07-01 11:33:28 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-07-01 11:55:53 +0200 |
commit | 28d1f604563d9c738a4c5630364d0e6b4e9b13ff (patch) | |
tree | 1fbc6bd5cc5a1c950c6dfdf64c348f81604e9e9e /mesalib/src/mapi/mapi_abi.py | |
parent | ced1a6b8f5a750fcd3b8d3d0d9bbdee830064e6c (diff) | |
download | vcxsrv-28d1f604563d9c738a4c5630364d0e6b4e9b13ff.tar.gz vcxsrv-28d1f604563d9c738a4c5630364d0e6b4e9b13ff.tar.bz2 vcxsrv-28d1f604563d9c738a4c5630364d0e6b4e9b13ff.zip |
mesa git update 1 Jul 2013
mesa commit bf95ca7de0c02a00a75d1d5e2693a33b68ff784d
Diffstat (limited to 'mesalib/src/mapi/mapi_abi.py')
-rw-r--r-- | mesalib/src/mapi/mapi_abi.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mesalib/src/mapi/mapi_abi.py b/mesalib/src/mapi/mapi_abi.py index faa34311c..f5ff8d843 100644 --- a/mesalib/src/mapi/mapi_abi.py +++ b/mesalib/src/mapi/mapi_abi.py @@ -728,7 +728,6 @@ class GLAPIPrinter(ABIPrinter): #define GLAPI_PREFIX_STR(func) "gl"#func #endif /* USE_MGL_NAMESPACE */ -typedef int GLfixed; typedef int GLclampx; #endif /* _GLAPI_TMP_H_ */""" @@ -752,7 +751,6 @@ class ES1APIPrinter(GLAPIPrinter): def _get_c_header(self): header = """#ifndef _GLAPI_TMP_H_ #define _GLAPI_TMP_H_ -typedef int GLfixed; typedef int GLclampx; #endif /* _GLAPI_TMP_H_ */""" @@ -776,7 +774,6 @@ class ES2APIPrinter(GLAPIPrinter): def _get_c_header(self): header = """#ifndef _GLAPI_TMP_H_ #define _GLAPI_TMP_H_ -typedef int GLfixed; typedef int GLclampx; #endif /* _GLAPI_TMP_H_ */""" @@ -804,7 +801,6 @@ class SharedGLAPIPrinter(GLAPIPrinter): def _get_c_header(self): header = """#ifndef _GLAPI_TMP_H_ #define _GLAPI_TMP_H_ -typedef int GLfixed; typedef int GLclampx; #endif /* _GLAPI_TMP_H_ */""" |