Ignore:
Timestamp:
May 23, 2000, 10:35:01 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2938 r3597  
    1 /* $Id: readpix.h,v 1.1 2000-02-29 00:48:36 sandervl Exp $ */
     1/* $Id: readpix.h,v 1.2 2000-05-23 20:34:55 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    3535#include "types.h"
    3636
    37 
    38 extern void gl_ReadPixels( GLcontext *ctx,
    39                            GLint x, GLint y, GLsizei width, GLsizei height,
    40                            GLenum format, GLenum type, GLvoid *pixels );
     37extern void
     38_mesa_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height,
     39                  GLenum format, GLenum type, GLvoid *pixels );
    4140
    4241
Note: See TracChangeset for help on using the changeset viewer.