(w32_draw_fringe_bitmap): Copy unadapted code from
authorKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:20:23 +0000 (23:20 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:20:23 +0000 (23:20 +0000)
commit4fa0780f7039b2cceafe69867df2a9f36fc824f8
tree1f1a7030cf5f56e04e9b3142ba453e0cd057d2f0
parent288670f579e5caad6d49fcaec76f97da90adf4f4
(w32_draw_fringe_bitmap): Copy unadapted code from
xterm.c to handle overlayed fringe bitmaps and to use cursor color
for displaying cursor in fringe.
(w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
specific functions to define and destroy fringe bitmaps in fringe_bmp.
(w32_redisplay_interface): Add them to redisplay_interface.
(w32_term_init): Call w32_init_fringe instead of explicitly
defining fringe bitmaps in fringe_bmp array.
(x_delete_display): Call w32_reset_fringes instead of explicitly
destroying fringe bitmaps in fringe_bmp array.
src/w32term.c