diff options
| author | Andreas Schwab | 2003-03-30 15:35:32 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2003-03-30 15:35:32 +0000 |
| commit | efcf423469b4c6ac0f7fa2e6641e744c54dbe64e (patch) | |
| tree | 223f99c7605c9818648c9ed9caa9ecf3bfa9c1b9 | |
| parent | bda13259cd66ba16a27e1c45e361dc6435b5ea18 (diff) | |
| download | emacs-efcf423469b4c6ac0f7fa2e6641e744c54dbe64e.tar.gz emacs-efcf423469b4c6ac0f7fa2e6641e744c54dbe64e.zip | |
(x_redisplay_interface): Add missing entry for
draw_vertical_window_border.
| -rw-r--r-- | src/macterm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/macterm.c b/src/macterm.c index 23ce917f282..10974738e4b 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Implementation of GUI terminal on the Mac OS. | 1 | /* Implementation of GUI terminal on the Mac OS. |
| 2 | Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. | 2 | Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -8633,6 +8633,7 @@ static struct redisplay_interface x_redisplay_interface = | |||
| 8633 | mac_define_frame_cursor, | 8633 | mac_define_frame_cursor, |
| 8634 | mac_clear_frame_area, | 8634 | mac_clear_frame_area, |
| 8635 | mac_draw_window_cursor, | 8635 | mac_draw_window_cursor, |
| 8636 | mac_draw_vertical_window_border, | ||
| 8636 | mac_shift_glyphs_for_insert | 8637 | mac_shift_glyphs_for_insert |
| 8637 | }; | 8638 | }; |
| 8638 | 8639 | ||