From: Brian Paul Date: Thu, 18 May 2000 18:34:23 +0000 (+0000) Subject: changed ATTRIBLIST_SIZE to 32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70a9328de3ae7c767253737dd918d39b70d96f62;p=mesa.git changed ATTRIBLIST_SIZE to 32 --- 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)