summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r--src/mesa/tnl/tnl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h
index 047b764dcb..4bdbed92df 100644
--- a/src/mesa/tnl/tnl.h
+++ b/src/mesa/tnl/tnl.h
@@ -85,4 +85,7 @@ _tnl_draw_prims( GLcontext *ctx,
extern void
_mesa_load_tracked_matrices(GLcontext *ctx);
+extern void
+_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
+
#endif