From be20b69a8747662ef04799d128dc8eb1d5b67b49 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 12 Jun 2001 07:32:23 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/gl2ps.cpp | 5 +++-- Graphics/gl2ps.h | 5 ++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Graphics/gl2ps.cpp b/Graphics/gl2ps.cpp index a059e13929..77aaf954ba 100644 --- a/Graphics/gl2ps.cpp +++ b/Graphics/gl2ps.cpp @@ -2,7 +2,7 @@ * GL2PS, an OpenGL to Postscript Printing Library * Copyright (C) 1999-2001 Christophe Geuzaine * - * $Id: gl2ps.cpp,v 1.17 2001-06-12 07:27:32 geuzaine Exp $ + * $Id: gl2ps.cpp,v 1.18 2001-06-12 07:32:23 geuzaine Exp $ * * E-mail: Christophe.Geuzaine@AdValvas.be * URL: http://www.geuz.org/gl2ps/ @@ -1245,7 +1245,7 @@ GLvoid gl2psBeginPage(char *title, char *producer, GLint sort, GLint options, GLint colormode, GLint colorsize, GL2PSrgba *colormap, GLint buffersize, FILE *stream){ - gl2ps.format = GL2PS_EPS; + gl2ps.format = GL2PS_EPS; /* a new arg should be introduced to select the format */ gl2ps.title = title; gl2ps.producer = producer; gl2ps.sort = sort; @@ -1298,6 +1298,7 @@ GLint gl2psEndPage(GLvoid){ if(res == GL2PS_SUCCESS){ switch(gl2ps.format){ + /* other vector formats should go here */ case GL2PS_EPS : default : phead = gl2psPrintPostscriptHeader; diff --git a/Graphics/gl2ps.h b/Graphics/gl2ps.h index e97d956290..d780413624 100644 --- a/Graphics/gl2ps.h +++ b/Graphics/gl2ps.h @@ -2,7 +2,7 @@ * GL2PS, an OpenGL to Postscript Printing Library * Copyright (C) 1999-2001 Christophe Geuzaine * - * $Id: gl2ps.h,v 1.9 2001-06-11 11:22:04 geuzaine Exp $ + * $Id: gl2ps.h,v 1.10 2001-06-12 07:27:32 geuzaine Exp $ * * E-mail: Christophe.Geuzaine@AdValvas.be * URL: http://www.geuz.org/gl2ps/ @@ -136,9 +136,8 @@ typedef struct { } GL2PSstring; typedef struct { - GLshort type, numverts, boundary; + GLshort type, numverts, boundary, dash, width; GLfloat depth; - GLint dash, width; GL2PSvertex *verts; GL2PSstring *text; } GL2PSprimitive; -- GitLab