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/copypix.h

    r2938 r3582  
    1 /* $Id: copypix.h,v 1.1 2000-02-29 00:48:27 sandervl Exp $ */
     1/* $Id: copypix.h,v 1.2 2000-05-21 20:27: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.
     
    3636
    3737
    38 extern void gl_CopyPixels( GLcontext* ctx,
    39                            GLint srcx, GLint srcy,
    40                            GLsizei width, GLsizei height,
    41                            GLenum type );
     38extern void
     39_mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height,
     40                  GLenum type );
    4241
    4342
Note: See TracChangeset for help on using the changeset viewer.