Ignore:
Timestamp:
Mar 1, 2000, 7:50:02 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2938 r2962  
    1 /* $Id: readpix.c,v 1.1 2000-02-29 00:50:09 sandervl Exp $ */
     1/* $Id: readpix.c,v 1.2 2000-03-01 18:49:35 jeroen Exp $ */
    22
    33/*
     
    4040#endif
    4141#include "alphabuf.h"
     42#include "types.h"
    4243#include "context.h"
    4344#include "depth.h"
     
    4950#include "span.h"
    5051#include "stencil.h"
    51 #include "types.h"
    5252#endif
    5353
     
    6060static void read_index_pixels( GLcontext *ctx,
    6161                               GLint x, GLint y,
    62                                GLsizei width, GLsizei height,
     62                               GLsizei width, GLsizei height,
    6363                               GLenum type, GLvoid *pixels,
    6464                               const struct gl_pixelstore_attrib *packing )
Note: See TracChangeset for help on using the changeset viewer.