diff options
| author | Gerd Moellmann | 1999-09-03 18:50:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-03 18:50:06 +0000 |
| commit | 55115f0920a244193b36d71d25f7bae0e3c693fb (patch) | |
| tree | fa760394f36ba25c61bf47b4bd49299603daacf8 /src | |
| parent | 80c32bcc71ebfd36824a33e1e8a93818d59a5134 (diff) | |
| download | emacs-55115f0920a244193b36d71d25f7bae0e3c693fb.tar.gz emacs-55115f0920a244193b36d71d25f7bae0e3c693fb.zip | |
Change protorype of x_alloc_nearest_color.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *)); | |||
| 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)); |