X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglut_roman.h;h=93f95328e82bfb62292f5fe13cd62c6e919941ae;hb=c141c2b05e374757b6499d12bb8a6d4d943b1529;hp=36ecaf4e790230a9f4a61f6751c2bd3fa8395bfe;hpb=ebc241816cc8e3eec7270a594bb1a607df32bcd6;p=xscreensaver diff --git a/hacks/glx/glut_roman.h b/hacks/glx/glut_roman.h index 36ecaf4e..93f95328 100644 --- a/hacks/glx/glut_roman.h +++ b/hacks/glx/glut_roman.h @@ -1,5 +1,7 @@ - -/* GENERATED FILE -- DO NOT MODIFY */ +/* Roman simplex stroke font copyright (c) 1989, 1990, 1991 + * by Sun Microsystems, Inc. and the X Consortium. + * Originally part of the GLUT library by Mark J. Kilgard. + */ #include "glutstroke.h" @@ -2448,5 +2450,6 @@ static const StrokeCharRec chars[] = { { 2, char127, 33.3333, 66.6667 }, }; +static StrokeFontRec glutStrokeRoman = { "Roman", 128, chars, 119.048, -33.3333 };