diff options
Diffstat (limited to 'src/glw')
-rw-r--r-- | src/glw/GLwDrawA.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glw/GLwDrawA.c b/src/glw/GLwDrawA.c index 670ddb18edb2..d4bcfacad73c 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) |