diff options
| author | Gerd Moellmann | 2000-03-02 13:24:54 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-02 13:24:54 +0000 |
| commit | 2ad412d7812a5df9672cae0df97545e0d68af75e (patch) | |
| tree | 6a702decc7c46c9b81d0d8c0d112d3d824e88eb0 /src | |
| parent | 1f847cf8e5d4fe702934e38c6f445b10d6d856a9 (diff) | |
| download | emacs-2ad412d7812a5df9672cae0df97545e0d68af75e.tar.gz emacs-2ad412d7812a5df9672cae0df97545e0d68af75e.zip | |
(x_free_colors): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index d42374c172b..7a7c20e3265 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2112,6 +2112,9 @@ void init_sigio P_ ((int)); | |||
| 2112 | #ifdef USE_X_TOOLKIT | 2112 | #ifdef USE_X_TOOLKIT |
| 2113 | void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); | 2113 | void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); |
| 2114 | #endif | 2114 | #endif |
| 2115 | #ifdef HAVE_X_WINDOWS | ||
| 2116 | void x_free_colors P_ ((struct frame *, unsigned long *, int)); | ||
| 2117 | #endif | ||
| 2115 | 2118 | ||
| 2116 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, | 2119 | void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, |
| 2117 | Lisp_Object)); | 2120 | Lisp_Object)); |