diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-11-02 20:30:07 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-12-04 21:31:11 +0100 |
commit | 4e33fd4bef7c3254d53eb04a0d8f4312622f2092 (patch) | |
tree | 90906f572923256f08220d6c6d34286832dfba40 /nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h | |
parent | 4146d1aa71ba5a2a4951667624844b4d3bff5c0e (diff) | |
download | nx-libs-4e33fd4bef7c3254d53eb04a0d8f4312622f2092.tar.gz nx-libs-4e33fd4bef7c3254d53eb04a0d8f4312622f2092.tar.bz2 nx-libs-4e33fd4bef7c3254d53eb04a0d8f4312622f2092.zip |
Mesa: Convert some files with MSDOS EOL style to Unix EOL style.
Diffstat (limited to 'nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h')
-rw-r--r-- | nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h b/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h index 7f0f0706a..29747ca85 100644 --- a/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h +++ b/nx-X11/extras/Mesa/src/mesa/shader/shaderobjects.h @@ -155,14 +155,14 @@ extern void GLAPIENTRY _mesa_GetActiveAttribARB (GLhandleARB, GLuint, GLsizei, GLsizei *, GLint *, GLenum *, GLcharARB *); extern GLint GLAPIENTRY -_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *);
-
+_mesa_GetAttribLocationARB (GLhandleARB, const GLcharARB *); + #endif -extern void
+extern void _mesa_init_shaderobjects (GLcontext *ctx); #endif #endif -
+ |