diff options
Diffstat (limited to 'xc/extras/Mesa/src/bitmap.h')
-rw-r--r-- | xc/extras/Mesa/src/bitmap.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/xc/extras/Mesa/src/bitmap.h b/xc/extras/Mesa/src/bitmap.h index 234125704..d68144e3b 100644 --- a/xc/extras/Mesa/src/bitmap.h +++ b/xc/extras/Mesa/src/bitmap.h @@ -1,4 +1,4 @@ -/* $Id: bitmap.h,v 1.3 1999/12/14 02:39:38 daryll Exp $ */ +/* $Id: bitmap.h,v 1.4 2000/01/30 00:27:01 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,12 +32,11 @@ #include "types.h" -extern void gl_Bitmap( GLcontext *ctx, - GLsizei width, GLsizei height, - GLfloat xorig, GLfloat yorig, - GLfloat xmove, GLfloat ymove, - const GLubyte *bitmap, - const struct gl_pixelstore_attrib *packing ); + +extern void +_mesa_Bitmap( GLsizei width, GLsizei height, + GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, + const GLubyte *bitmap ); #endif |