Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 12/02/1999 14:57:15
Module Name:	syssrc
Committed By:	drochner
Date:		Thu Dec  2 22:57:14 UTC 1999

Modified Files:
	syssrc/sys/dev/rasops: rasops.c rasops.h

Log Message:
-initialize the colormap completely at compile time, to allow drivers
 to use it early
-now we can declare it "const" (as "rasops_isgray[]", while we are here)
-don't use the fg/bg colors in ...alloc_attr() if the WSATTR_WSCOLORS
 flag was not given - use reasonable defaults instead
-add an opaque "ri_hw" member to "rasops_info", for driver use


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/rasops/rasops.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/rasops/rasops.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.