changed ATTRIBLIST_SIZE to 32
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 18 May 2000 18:34:23 +0000 (18:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 18 May 2000 18:34:23 +0000 (18:34 +0000)
src/glw/GLwDrawA.c

index 670ddb18edb2510e5f1d7f551cba15b28ec18ef0..d4bcfacad73c60893ba6d90fdae02617bcb3bef0 100644 (file)
@@ -66,7 +66,7 @@
 #define GLwDrawingAreaRec                GLwMDrawingAreaRec
 #endif 
 
-#define ATTRIBLIST_SIZE 30
+#define ATTRIBLIST_SIZE 32
 
 #define offset(field) XtOffset(GLwDrawingAreaWidget,glwDrawingArea.field)