Change protorype of x_alloc_nearest_color.
authorGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 18:50:06 +0000 (18:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 3 Sep 1999 18:50:06 +0000 (18:50 +0000)
src/xterm.h

index 682d8fb..6b11c71 100644 (file)
@@ -928,7 +928,7 @@ int x_text_icon P_ ((struct frame *, char *));
 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));