From: Gerd Moellmann Date: Fri, 3 Sep 1999 18:50:06 +0000 (+0000) Subject: Change protorype of x_alloc_nearest_color. X-Git-Tag: emacs-pretest-21.0.90~6912 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55115f0920a244193b36d71d25f7bae0e3c693fb;p=emacs.git Change protorype of x_alloc_nearest_color. --- diff --git a/src/xterm.h b/src/xterm.h index 682d8fbe7ea..6b11c71f25d 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -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));