gl2ps.h | gl2ps.h | |||
---|---|---|---|---|
/* | /* | |||
* GL2PS, an OpenGL to Postscript Printing Library | * GL2PS, an OpenGL to Postscript Printing Library | |||
* Copyright (C) 1999-2001 Christophe Geuzaine | * Copyright (C) 1999-2001 Christophe Geuzaine | |||
* | * | |||
* $Id: gl2ps.h,v 1.8 2001/08/06 12:22:19 geuzaine Exp $ | * $Id: gl2ps.h,v 1.9 2001/10/08 21:36:01 geuzaine Exp $ | |||
* | * | |||
* E-mail: Christophe.Geuzaine@AdValvas.be | * E-mail: Christophe.Geuzaine@AdValvas.be | |||
* URL: http://www.geuz.org/gl2ps/ | * URL: http://www.geuz.org/gl2ps/ | |||
* | * | |||
* This library is free software; you can redistribute it and/or | * This library is free software; you can redistribute it and/or | |||
* modify it under the terms of the GNU Library General Public | * modify it under the terms of the GNU Library General Public | |||
* License as published by the Free Software Foundation; either | * License as published by the Free Software Foundation; 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 library is distributed in the hope that it will be useful, | * This library is distributed in the hope that it will be useful, | |||
skipping to change at line 33 | skipping to change at line 33 | |||
* | * | |||
*/ | */ | |||
#ifndef __GL2PS_H__ | #ifndef __GL2PS_H__ | |||
#define __GL2PS_H__ | #define __GL2PS_H__ | |||
#include <stdio.h> | #include <stdio.h> | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#include <GL/gl.h> | #include <GL/gl.h> | |||
#define GL2PS_VERSION 0.41 | #define GL2PS_VERSION 0.42 | |||
#define GL2PS_NONE 0 | #define GL2PS_NONE 0 | |||
/* Output file format */ | /* Output file format */ | |||
#define GL2PS_EPS 1 | #define GL2PS_EPS 1 | |||
/* Sorting algorithms */ | /* Sorting algorithms */ | |||
#define GL2PS_NO_SORT 1 | #define GL2PS_NO_SORT 1 | |||
#define GL2PS_SIMPLE_SORT 2 | #define GL2PS_SIMPLE_SORT 2 | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||