comparison src/xterm.h @ 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 c19107a5df88
children 9cd87ee8043e
comparison
equal deleted inserted replaced
25529:7ae6423812ae 25530:2b059707aa22
926 void x_check_errors P_ ((Display *, char *)); 926 void x_check_errors P_ ((Display *, char *));
927 int x_text_icon P_ ((struct frame *, char *)); 927 int x_text_icon P_ ((struct frame *, char *));
928 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 928 int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
929 void x_set_window_size P_ ((struct frame *, int, int, int)); 929 void x_set_window_size P_ ((struct frame *, int, int, int));
930 void x_wm_set_window_state P_ ((struct frame *, int)); 930 void x_wm_set_window_state P_ ((struct frame *, int));
931 int x_alloc_nearest_color P_ ((Display *, Screen *, Colormap, XColor *)); 931 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *));
932 932
933 extern void pixel_to_glyph_coords P_ ((struct frame *, int, int, 933 extern void pixel_to_glyph_coords P_ ((struct frame *, int, int,
934 int *, int *, XRectangle *, int)); 934 int *, int *, XRectangle *, int));
935 935
936 /* Defined in xterm.c */ 936 /* Defined in xterm.c */