[GRASS5] grass cvs snapshot from 26. Feb.

Eric G. Miller egm2 at jps.net
Thu Mar 8 21:36:45 EST 2001


On Thu, Mar 08, 2001 at 01:58:48PM +0100, Andreas Lange wrote:
> - d.site.labels:
> the border of the text (option -border) vanishes if the x window
> is covered and restored (problem with the backing store?).
> Can't say if it is a IRIX specific problem. 

Probably a backing store problem.  I recently fixed a similar problem.
It's pretty trivial -- 
	if (!backing_store) 
	{ 
		/* X windows line to draw whatever to backing store
		 * pixmap
		 */
	}

> - CELL driver:
> I can't say if the colors are wrong or if something is not drawn at all,
> but the text labels with d.site.labels are empty/white. Colors are 
> obviously wrong with more complicated maps. 

I'm guessing CELL driver quantizes to 8bit color and doesn't find very
good matches.  I don't know about the empty/white thing...

> I can no longer compile NVIZ2.2, i get an error that
> the initializer element in togl.c is not constant. I remember this
> error, but don't know a solution. Maybe some reodering of the
> include directives can help. With the setup that triggered the 
> __INTADDR__ error NVIZ2.2 compiled, if i remember correct.

No idea...

-- 
Eric G. Miller <egm2 at jps.net>

---------------------------------------- 
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'



More information about the grass-dev mailing list