# HG changeset patch # User Gerd Moellmann # Date 936384606 0 # Node ID 2b059707aa220044482d7ab1751b17d949524258 # Parent 7ae6423812ae221d1a5e39c7cad6c38806aaceb1 Change protorype of x_alloc_nearest_color. diff -r 7ae6423812ae -r 2b059707aa22 src/xterm.h --- a/src/xterm.h Fri Sep 03 18:50:00 1999 +0000 +++ b/src/xterm.h Fri Sep 03 18:50:06 1999 +0000 @@ -928,7 +928,7 @@ int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); void x_set_window_size P_ ((struct frame *, int, int, int)); void x_wm_set_window_state P_ ((struct frame *, int)); -int x_alloc_nearest_color P_ ((Display *, Screen *, Colormap, XColor *)); +int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); extern void pixel_to_glyph_coords P_ ((struct frame *, int, int, int *, int *, XRectangle *, int));