Changeset 2689 for trunk/src/opengl/glut/stroke.h
- Timestamp:
- Feb 9, 2000, 9:51:20 AM (26 years ago)
- 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 $ */ 1 2 /* $XConsortium: wfont.h,v 5.1 91/02/16 09:46:37 rws Exp $ */ 2 3 … … 6 7 All Rights Reserved 7 8 8 Permission to use, copy, modify, and distribute this software and its 9 documentation for any purpose and without fee is hereby granted, 9 Permission to use, copy, modify, and distribute this software and its 10 documentation for any purpose and without fee is hereby granted, 10 11 provided that the above copyright notice appear in all copies and that 11 both that copyright notice and this permission notice appear in 12 both that copyright notice and this permission notice appear in 12 13 supporting 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. 14 the X Consortium, and MIT not be used in advertising or publicity 15 pertaining to distribution of the software without specific, written 16 prior permission. 16 17 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 18 SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 19 INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 20 SHALL SUN MICROSYSTEMS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL 20 21 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 21 22 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, … … 85 86 Path_pt_ptr pts; /* pointer to them */ 86 87 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 88 89 * and dcmped triangle type */ 89 90 } Path_subpath;
Note:
See TracChangeset
for help on using the changeset viewer.