Mercurial > emacs
changeset 50344:31cf5b909af7
(x_redisplay_interface): Add missing entry for
draw_vertical_window_border.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 30 Mar 2003 15:35:32 +0000 |
parents | 351d49509064 |
children | 5d5eafd3bee1 |
files | src/macterm.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/macterm.c Sun Mar 30 04:17:10 2003 +0000 +++ b/src/macterm.c Sun Mar 30 15:35:32 2003 +0000 @@ -1,5 +1,5 @@ /* Implementation of GUI terminal on the Mac OS. - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -8633,6 +8633,7 @@ mac_define_frame_cursor, mac_clear_frame_area, mac_draw_window_cursor, + mac_draw_vertical_window_border, mac_shift_glyphs_for_insert };