diff options
Diffstat (limited to 'linden/indra/llwindow/llglstubs.h')
-rw-r--r-- | linden/indra/llwindow/llglstubs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llglstubs.h b/linden/indra/llwindow/llglstubs.h index 1d70400..fbbcd1f 100644 --- a/linden/indra/llwindow/llglstubs.h +++ b/linden/indra/llwindow/llglstubs.h | |||
@@ -222,7 +222,7 @@ GL_FUNC(void,glArrayObjectATI,(GLenum a, GLint b, GLenum c, GLsizei d, GLuint e, | |||
222 | GL_FUNC(void,glVertexAttribArrayObjectATI,(GLuint a, GLint b, GLenum c, GLboolean d, GLsizei e, GLuint f, GLuint g),(a,b,c,d,e,f,g),) | 222 | GL_FUNC(void,glVertexAttribArrayObjectATI,(GLuint a, GLint b, GLenum c, GLboolean d, GLsizei e, GLuint f, GLuint g),(a,b,c,d,e,f,g),) |
223 | 223 | ||
224 | // CgGL needs these on Linux... | 224 | // CgGL needs these on Linux... |
225 | #if LL_LINUX | 225 | #if LL_LINUX || LL_SOLARIS |
226 | GL_FUNC(void*,glXGetCurrentDisplay,(void),(),return) | 226 | GL_FUNC(void*,glXGetCurrentDisplay,(void),(),return) |
227 | GL_FUNC(const char *,glXQueryExtensionsString,(void *dpy, int screen),(dpy,screen),return) | 227 | GL_FUNC(const char *,glXQueryExtensionsString,(void *dpy, int screen),(dpy,screen),return) |
228 | GL_FUNC(void*,glXGetProcAddressARB,(const GLubyte *fn),(fn),return) | 228 | GL_FUNC(void*,glXGetProcAddressARB,(const GLubyte *fn),(fn),return) |