Mercurial > hg > xemacs-beta
diff src/objects-x.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 8de8e3f6228a |
children | 79c6ff3eef26 |
line wrap: on
line diff
--- a/src/objects-x.h Mon Aug 13 11:33:40 2007 +0200 +++ b/src/objects-x.h Mon Aug 13 11:35:02 2007 +0200 @@ -22,6 +22,8 @@ /* Synched up with: Not in FSF. */ +/* This file Mule-ized (more like Mule-verified) by Ben Wing, 7-10-00. */ + #ifndef INCLUDED_objects_x_h_ #define INCLUDED_objects_x_h_ @@ -43,10 +45,8 @@ #define COLOR_INSTANCE_X_COLOR(c) (X_COLOR_INSTANCE_DATA (c)->color) #define COLOR_INSTANCE_X_DEALLOC(c) (X_COLOR_INSTANCE_DATA (c)->dealloc_on_gc) -int allocate_nearest_color (Display *display, Colormap screen_colormap, Visual *visual, - XColor *color_def); -int x_parse_nearest_color (struct device *d, XColor *color, Bufbyte *name, - Bytecount len, Error_behavior errb); +int allocate_nearest_color (Display *display, Colormap screen_colormap, + Visual *visual, XColor *color_def); /***************************************************************************** Font-Instance