rearranged order of some functions
[mesa.git] / src / mesa / main / config.h
index af11356f36617aa2707c13dfc4d50f379ccffaa8..0a25acc69f9a2a79a15aaf5bd6394b60b2997be1 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.7 2000/03/03 17:47:39 brianp Exp $ */
+/* $Id: config.h,v 1.8 2000/03/16 07:36:33 keithw Exp $ */
 
 /*
  * Mesa 3-D graphics library
  * VB_MAX vertices.  (This only happens when mixed primitives are
  * sharing the vb).  
  */
-#define VB_MAX_CLIPPED_VERTS (2 * (6 + MAX_CLIP_PLANES))
+#define VB_MAX_CLIPPED_VERTS ((2 * (6 + MAX_CLIP_PLANES))+1)
 #define VB_SIZE  (VB_MAX + VB_MAX_CLIPPED_VERTS)