Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/bitmap.h

    r2938 r3582  
    1 /* $Id: bitmap.h,v 1.1 2000-02-29 00:48:25 sandervl Exp $ */
     1/* $Id: bitmap.h,v 1.2 2000-05-21 20:08:12 jeroen Exp $ */
    22
    33/*
     
    3333
    3434
    35 extern void gl_Bitmap( GLcontext *ctx,
    36                        GLsizei width, GLsizei height,
    37                        GLfloat xorig, GLfloat yorig,
    38                        GLfloat xmove, GLfloat ymove,
    39                        const GLubyte *bitmap,
    40                        const struct gl_pixelstore_attrib *packing );
     35
     36extern void
     37_mesa_Bitmap( GLsizei width, GLsizei height,
     38              GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
     39              const GLubyte *bitmap );
    4140
    4241
Note: See TracChangeset for help on using the changeset viewer.