1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 13:10:57 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-02-09 09:17:22 +00:00
parent f73145c173
commit a3993cc86e

View file

@ -65,9 +65,10 @@
* lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
Add prototypes.
* macterm.c (x_draw_fringe_bitmap): Copy unadapted code from
xterm.c to handle overlayed fringe bitmaps and to use cursor color
for displaying cursor in fringe.
* macterm.c (mac_draw_bitmap): Add overlay_p arg.
(x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
thanks to YAMAMOTO Mitsuharu for advice on how to do this.
Use cursor color for displaying cursor in fringe.
(x_redisplay_interface): Add null handlers for
define_fringe_bitmap and destroy_fringe_bitmap functions.