diff options
| author | Eli Zaretskii | 2013-09-05 14:00:55 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-09-05 14:00:55 +0300 |
| commit | e7873136dd8dbacbbebf534500355d29a07fed8e (patch) | |
| tree | e84dbf7101c2a271a12da76d6f17a3c7767ad874 /src/dispextern.h | |
| parent | 50a5f95ec5e610e8edbe09b03388c83684d87fd7 (diff) | |
| download | emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.tar.gz emacs-e7873136dd8dbacbbebf534500355d29a07fed8e.zip | |
Fixed C compilation problems.
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index f86059e9889..0e6d934991a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3460,6 +3460,7 @@ extern bool update_frame (struct frame *, bool, bool); | |||
| 3460 | extern void update_frame_with_menu (struct frame *); | 3460 | extern void update_frame_with_menu (struct frame *); |
| 3461 | extern void bitch_at_user (void); | 3461 | extern void bitch_at_user (void); |
| 3462 | void adjust_glyphs (struct frame *); | 3462 | void adjust_glyphs (struct frame *); |
| 3463 | struct glyph_matrix *save_current_matrix (struct frame *); | ||
| 3463 | void free_glyphs (struct frame *); | 3464 | void free_glyphs (struct frame *); |
| 3464 | void free_window_matrices (struct window *); | 3465 | void free_window_matrices (struct window *); |
| 3465 | void check_glyph_memory (void); | 3466 | void check_glyph_memory (void); |