]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_free_colors): Add prototype.
authorGerd Moellmann <gerd@gnu.org>
Thu, 2 Mar 2000 13:24:54 +0000 (13:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 2 Mar 2000 13:24:54 +0000 (13:24 +0000)
src/dispextern.h

index d42374c172be6396a68c68ca6bdc753d778d10ca..7a7c20e326584ab128e793c081e18d7f2407495e 100644 (file)
@@ -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));