summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-10-26 15:32:54 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-10-26 15:32:54 +0000
commit021b497f6094fb173ff8ede3b259864cf9f7bc88 (patch)
tree8ea831e1cb9d18d05c381cfc0a7b75f9c05819a9 /include
parentacf7aa136a9470b6f659ba7243b112d97fd4f30d (diff)
downloadglu-021b497f6094fb173ff8ede3b259864cf9f7bc88.tar.gz
fixed value for GLU_NURBS_MODE
Diffstat (limited to 'include')
-rw-r--r--include/GL/glu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/glu.h b/include/GL/glu.h
index e2b9288..c0ed064 100644
--- a/include/GL/glu.h
+++ b/include/GL/glu.h
@@ -1,8 +1,8 @@
-/* $Id: glu.h,v 1.22 2000/07/11 14:11:44 brianp Exp $ */
+/* $Id: glu.h,v 1.23 2000/10/26 15:32:54 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.3
+ * Version: 3.5
* Copyright (C) 1995-2000 Brian Paul
*
* This library is free software; you can redistribute it and/or
@@ -200,7 +200,7 @@ extern "C" {
#define GLU_NURBS_ERROR37 100287 /* duplicate point on pwlcurve */
/* GLU 1.3 and later */
-#define GLU_NURBS_MODE ?
+#define GLU_NURBS_MODE 100160
/* Errors */