diff pkg-src/tree-x/dbl.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 85ec50267440
children
line wrap: on
line diff
--- a/pkg-src/tree-x/dbl.h	Mon Aug 13 09:47:55 2007 +0200
+++ b/pkg-src/tree-x/dbl.h	Mon Aug 13 09:49:09 2007 +0200
@@ -44,9 +44,9 @@
 
 /* we need to remember which pixels and planes we allocated           */
 
-   int       mask;
-   long      pixels[DBL_MAX_COLORS];
-   long      planes[DBL_MAX_PLANES];
+   int           mask;
+   unsigned long pixels[DBL_MAX_COLORS];
+   unsigned long planes[DBL_MAX_PLANES];
 
 /* the pixel values one should use when drawing to the viewports      */