summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/texobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/texobj.h')
-rw-r--r--xc/extras/Mesa/src/texobj.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/xc/extras/Mesa/src/texobj.h b/xc/extras/Mesa/src/texobj.h
index 5c578e9d0..c83c6144c 100644
--- a/xc/extras/Mesa/src/texobj.h
+++ b/xc/extras/Mesa/src/texobj.h
@@ -31,9 +31,6 @@
#include "types.h"
-#ifdef VMS
-#define gl_test_texture_object_completeness gl_test_texture_object_complete
-#endif
/*
* Internal functions
@@ -48,7 +45,9 @@ extern void gl_free_texture_object( struct gl_shared_state *shared,
struct gl_texture_object *t );
-extern void gl_test_texture_object_completeness( const GLcontext *ctx, struct gl_texture_object *t );
+extern void
+_mesa_test_texobj_completeness( const GLcontext *ctx,
+ struct gl_texture_object *t );
/*