diff options
| author | Richard M. Stallman | 1994-08-30 07:15:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-30 07:15:00 +0000 |
| commit | 05233a7d92eba7e4f3e324b947501c0c3b5cddde (patch) | |
| tree | 3590fc389bb0a4d56e325cc7627cc823505402e3 /src | |
| parent | 301a9d17972ce60d0ecbb6df74a81322c0667f2f (diff) | |
| download | emacs-05233a7d92eba7e4f3e324b947501c0c3b5cddde.tar.gz emacs-05233a7d92eba7e4f3e324b947501c0c3b5cddde.zip | |
(free_frame_glyphs): No longer static.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 318 | return new; | 318 | return new; |
| 319 | } | 319 | } |
| 320 | 320 | ||
| 321 | static void | 321 | void |
| 322 | free_frame_glyphs (frame, glyphs) | 322 | free_frame_glyphs (frame, glyphs) |
| 323 | FRAME_PTR frame; | 323 | FRAME_PTR frame; |
| 324 | struct frame_glyphs *glyphs; | 324 | struct frame_glyphs *glyphs; |