comparison 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
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
42 int current_surface; 42 int current_surface;
43 Surface *surface[DBL_MAX_SURFACES]; 43 Surface *surface[DBL_MAX_SURFACES];
44 44
45 /* we need to remember which pixels and planes we allocated */ 45 /* we need to remember which pixels and planes we allocated */
46 46
47 int mask; 47 int mask;
48 long pixels[DBL_MAX_COLORS]; 48 unsigned long pixels[DBL_MAX_COLORS];
49 long planes[DBL_MAX_PLANES]; 49 unsigned long planes[DBL_MAX_PLANES];
50 50
51 /* the pixel values one should use when drawing to the viewports */ 51 /* the pixel values one should use when drawing to the viewports */
52 52
53 int num_colors; 53 int num_colors;
54 int colors[DBL_MAX_COLORS]; 54 int colors[DBL_MAX_COLORS];