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

    r2938 r3582  
    1 /* $Id: attrib.h,v 1.1 2000-02-29 00:48:25 sandervl Exp $ */
     1/* $Id: attrib.h,v 1.2 2000-05-21 20:06:32 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_PushAttrib( GLcontext* ctx, GLbitfield mask );
     38extern void
     39_mesa_PushAttrib( GLbitfield mask );
    3940
    40 extern void gl_PopAttrib( GLcontext* ctx );
     41extern void
     42_mesa_PopAttrib( void );
    4143
    42 extern void gl_PushClientAttrib( GLcontext *ctx, GLbitfield mask );
     44extern void
     45_mesa_PushClientAttrib( GLbitfield mask );
    4346
    44 extern void gl_PopClientAttrib( GLcontext *ctx );
     47extern void
     48_mesa_PopClientAttrib( void );
    4549
    4650
Note: See TracChangeset for help on using the changeset viewer.