Mercurial > emacs
changeset 25530:2b059707aa22
Change protorype of x_alloc_nearest_color.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 03 Sep 1999 18:50:06 +0000 |
parents | 7ae6423812ae |
children | e42d6599cade |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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));