Ignore:
Timestamp:
Feb 9, 2000, 9:51:20 AM (26 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glut/stroke.h

    r2595 r2689  
     1/* $Id: stroke.h,v 1.2 2000-02-09 08:46:21 jeroen Exp $ */
    12/* $XConsortium: wfont.h,v 5.1 91/02/16 09:46:37 rws Exp $ */
    23
     
    67                        All Rights Reserved
    78
    8 Permission to use, copy, modify, and distribute this software and its 
    9 documentation for any purpose and without fee is hereby granted, 
     9Permission to use, copy, modify, and distribute this software and its
     10documentation for any purpose and without fee is hereby granted,
    1011provided that the above copyright notice appear in all copies and that
    11 both that copyright notice and this permission notice appear in 
     12both that copyright notice and this permission notice appear in
    1213supporting documentation, and that the names of Sun Microsystems,
    13 the X Consortium, and MIT not be used in advertising or publicity 
    14 pertaining to distribution of the software without specific, written 
    15 prior permission. 
     14the X Consortium, and MIT not be used in advertising or publicity
     15pertaining to distribution of the software without specific, written
     16prior permission.
    1617
    17 SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
    18 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 
    19 SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 
     18SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
     19INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT
     20SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
    2021DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
    2122WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
     
    8586  Path_pt_ptr pts;              /* pointer to them */
    8687  int closed;                   /* true if the subpath is closed */
    87   int dcmp_flag;                /* flag for pgon dcmp, pgon type 
     88  int dcmp_flag;                /* flag for pgon dcmp, pgon type
    8889                                 * and dcmped triangle type */
    8990} Path_subpath;
Note: See TracChangeset for help on using the changeset viewer.