hid/gtk: (GL) Disable scissor test for pinout preview widget.
[geda-pcb/pcjc2.git] / gts / gts-private.h
blob59246d10e43e117345df77532d289e32794de5ea
1 /* GTS - Library for the manipulation of triangulated surfaces
2 * Copyright (C) 1999 Stéphane Popinet
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Library General Public License for more details.
14 * You should have received a copy of the GNU Library General Public
15 * License along with this library; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
20 #ifndef __GTS_PRIVATE_H__
21 #define __GTS_PRIVATE_H__
23 /* Debugging flags */
25 /* #define DEBUG_FUNCTIONS */
27 #ifdef DEBUG_FUNCTIONS
28 /* #define DEBUG_LEAKS */
29 #define DEBUG_IDENTITY
30 guint id (gpointer p);
31 void id_insert (gpointer p);
32 void id_remove (gpointer p);
33 void gts_write_triangle (GtsTriangle * t, GtsPoint * o, FILE * fptr);
34 void gts_write_segment (GtsSegment * s, GtsPoint * o, FILE * fptr);
35 #endif /* DEBUG_FUNCTIONS */
37 #endif /* __GTS_PRIVATE_H__ */