From 70a9328de3ae7c767253737dd918d39b70d96f62 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 May 2000 18:34:23 +0000 Subject: changed ATTRIBLIST_SIZE to 32 --- src/glw/GLwDrawA.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glw') diff --git a/src/glw/GLwDrawA.c b/src/glw/GLwDrawA.c index 670ddb18edb..d4bcfacad73 100644 --- a/src/glw/GLwDrawA.c +++ b/src/glw/GLwDrawA.c @@ -66,7 +66,7 @@ #define GLwDrawingAreaRec GLwMDrawingAreaRec #endif -#define ATTRIBLIST_SIZE 30 +#define ATTRIBLIST_SIZE 32 #define offset(field) XtOffset(GLwDrawingAreaWidget,glwDrawingArea.field) -- cgit v1.2.3