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

    r2938 r3597  
    1 /* $Id: lines.h,v 1.1 2000-02-29 00:48:32 sandervl Exp $ */
     1/* $Id: lines.h,v 1.2 2000-05-23 20:34:52 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_LineWidth( GLcontext *ctx, GLfloat width );
     38extern void
     39_mesa_LineWidth( GLfloat width );
    3940
    40 extern void gl_LineStipple( GLcontext *ctx, GLint factor, GLushort pattern );
     41extern void
     42_mesa_LineStipple( GLint factor, GLushort pattern );
    4143
    42 extern void gl_set_line_function( GLcontext *ctx );
     44extern void
     45gl_set_line_function( GLcontext *ctx );
    4346
    4447
Note: See TracChangeset for help on using the changeset viewer.