]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_redisplay_interface): Add missing entry for
authorAndreas Schwab <schwab@suse.de>
Sun, 30 Mar 2003 15:35:32 +0000 (15:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 30 Mar 2003 15:35:32 +0000 (15:35 +0000)
draw_vertical_window_border.

src/macterm.c

index 23ce917f282704d564f26fa315ad858afe393bfa..10974738e4baf1a69511596d7da1c783f09780d3 100644 (file)
@@ -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 @@ static struct redisplay_interface x_redisplay_interface =
   mac_define_frame_cursor,
   mac_clear_frame_area,
   mac_draw_window_cursor,
+  mac_draw_vertical_window_border,
   mac_shift_glyphs_for_insert
 };