aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-08-30 07:15:00 +0000
committerRichard M. Stallman <[email protected]>1994-08-30 07:15:00 +0000
commit05233a7d92eba7e4f3e324b947501c0c3b5cddde (patch)
tree3590fc389bb0a4d56e325cc7627cc823505402e3 /src
parent301a9d17972ce60d0ecbb6df74a81322c0667f2f (diff)
(free_frame_glyphs): No longer static.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 79ff2d92cc..69db3f77b3 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;