gl2ps.h   gl2ps.h 
/* /*
* GL2PS, an OpenGL to PostScript Printing Library * GL2PS, an OpenGL to PostScript Printing Library
* Copyright (C) 1999-2011 C. Geuzaine * Copyright (C) 1999-2012 C. Geuzaine
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of either: * modify it under the terms of either:
* *
* a) the GNU Library General Public License as published by the Free * a) the GNU Library General Public License as published by the Free
* Software Foundation, either version 2 of the License, or (at your * Software Foundation, either version 2 of the License, or (at your
* option) any later version; or * option) any later version; or
* *
* b) the GL2PS License as published by Christophe Geuzaine, either * b) the GL2PS License as published by Christophe Geuzaine, either
* version 2 of the License, or (at your option) any later version. * version 2 of the License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, but * This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
* the GNU Library General Public License or the GL2PS License for * the GNU Library General Public License or the GL2PS License for
* more details. * more details.
* *
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU Library General Public
* License along with this library in the file named "COPYING.LGPL"; * License along with this library in the file named "COPYING.LGPL";
* if not, write to the Free Software Foundation, Inc., 675 Mass Ave, * if not, write to the Free Software Foundation, Inc., 51 Franklin
* Cambridge, MA 02139, USA. * Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *
* You should have received a copy of the GL2PS License with this * You should have received a copy of the GL2PS License with this
* library in the file named "COPYING.GL2PS"; if not, I will be glad * library in the file named "COPYING.GL2PS"; if not, I will be glad
* to provide one. * to provide one.
* *
* For the latest info about gl2ps and a full list of contributors, * For the latest info about gl2ps and a full list of contributors,
* see http://www.geuz.org/gl2ps/. * see http://www.geuz.org/gl2ps/.
* *
* Please report all bugs and problems to <gl2ps@geuz.org>. * Please report all bugs and problems to <gl2ps@geuz.org>.
*/ */
skipping to change at line 83 skipping to change at line 83
# define GL2PS_HAVE_ZLIB # define GL2PS_HAVE_ZLIB
# if defined(HAVE_LIBPNG) || defined(HAVE_PNG) # if defined(HAVE_LIBPNG) || defined(HAVE_PNG)
# define GL2PS_HAVE_LIBPNG # define GL2PS_HAVE_LIBPNG
# endif # endif
#endif #endif
/* Version number */ /* Version number */
#define GL2PS_MAJOR_VERSION 1 #define GL2PS_MAJOR_VERSION 1
#define GL2PS_MINOR_VERSION 3 #define GL2PS_MINOR_VERSION 3
#define GL2PS_PATCH_VERSION 6 #define GL2PS_PATCH_VERSION 7
#define GL2PS_EXTRA_VERSION "" #define GL2PS_EXTRA_VERSION ""
#define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \ #define GL2PS_VERSION (GL2PS_MAJOR_VERSION + \
0.01 * GL2PS_MINOR_VERSION + \ 0.01 * GL2PS_MINOR_VERSION + \
0.0001 * GL2PS_PATCH_VERSION) 0.0001 * GL2PS_PATCH_VERSION)
#define GL2PS_COPYRIGHT "(C) 1999-2011 C. Geuzaine" #define GL2PS_COPYRIGHT "(C) 1999-2012 C. Geuzaine"
/* Output file formats (the values and the ordering are important!) */ /* Output file formats (the values and the ordering are important!) */
#define GL2PS_PS 0 #define GL2PS_PS 0
#define GL2PS_EPS 1 #define GL2PS_EPS 1
#define GL2PS_TEX 2 #define GL2PS_TEX 2
#define GL2PS_PDF 3 #define GL2PS_PDF 3
#define GL2PS_SVG 4 #define GL2PS_SVG 4
#define GL2PS_PGF 5 #define GL2PS_PGF 5
 End of changes. 4 change blocks. 
5 lines changed or deleted 5 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/