From: Richard M. Stallman Date: Tue, 30 Aug 1994 07:15:00 +0000 (+0000) Subject: (free_frame_glyphs): No longer static. X-Git-Tag: emacs-19.34~7189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05233a7d92eba7e4f3e324b947501c0c3b5cddde;p=emacs.git (free_frame_glyphs): No longer static. --- diff --git a/src/dispnew.c b/src/dispnew.c index 79ff2d92cc6..69db3f77b3c 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -318,7 +318,7 @@ make_frame_glyphs (frame, empty) return new; } -static void +void free_frame_glyphs (frame, glyphs) FRAME_PTR frame; struct frame_glyphs *glyphs;