Ethereal-dev: Re: [ethereal-dev] colors.c and .h patches

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 7 Oct 1999 15:46:41 -0700 (PDT)
> - another suggestion was to use gdk_color_black; gdk.h in GTK+ 1.2.4 has
> this function marked as "Deprecated"

	http://www.gtk.org/rdp/gdk/gdk-colormaps-and-colors.html

says:

	In previous revisions of this interface, a number of functions
	that take a GdkColormap parameter were replaced with functions
	whose names began with "gdk_colormap_".  This process will
	probably be extended somewhat in the future - gdk_color_white(),
	gdk_color_black(), and gdk_color_change() will probably become
	aliases.

which suggests that "deprecated" may only mean "we'll replace them with
'gdk_colormap_...()' calls".