From: Gerd Moellmann Date: Thu, 2 Mar 2000 13:24:54 +0000 (+0000) Subject: (x_free_colors): Add prototype. X-Git-Tag: emacs-pretest-21.0.90~4797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ad412d7812a5df9672cae0df97545e0d68af75e;p=emacs.git (x_free_colors): Add prototype. --- 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)); #ifdef USE_X_TOOLKIT void x_set_menu_resources_from_menu_face P_ ((struct frame *, Widget)); #endif +#ifdef HAVE_X_WINDOWS +void x_free_colors P_ ((struct frame *, unsigned long *, int)); +#endif void update_face_from_frame_parameter P_ ((struct frame *, Lisp_Object, Lisp_Object));