X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fobjects-x.h;h=9241c50f3344034cd3da0fcfbf132841110d4654;hb=114101be16931115ecd50099b6e6577629b5ef5e;hp=8bfdfd1fd62b09583fc37743650e91f387d46a2a;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git.1 diff --git a/src/objects-x.h b/src/objects-x.h index 8bfdfd1..9241c50 100644 --- a/src/objects-x.h +++ b/src/objects-x.h @@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */ /* 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 @@ struct x_color_instance_data #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