diff options
author | Brian <[email protected]> | 2007-09-06 17:02:07 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-09-06 17:02:07 -0600 |
commit | 4c01d498fac14bba751dd87bff235efb5409dca9 (patch) | |
tree | bc2656380fdb2a4b7fff7e7a44623896d1f76b20 /src/mesa/tnl | |
parent | f2f168d0f8a1427e07133eceae290fa2e845f95f (diff) |
Move guts of glRasterPos down into T&L module.
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/tnl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 047b764dcba..4bdbed92df8 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 |