(IT_set_face): Rewritten for the new redisplay engine.
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 1999 08:05:13 +0000 (08:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 1999 08:05:13 +0000 (08:05 +0000)
commitc77f6f1b96decd9ee777a9b2a66f6b72718dab68
tree316f8a6d600445bd8955a32745e7137335f6d1ab
parent700c3b7c33cc22bd96ae9d556f6cd73733ad77fe
(IT_set_face): Rewritten for the new redisplay engine.
Use default frame colors if the face doesn't specify them; invert
the colors if highlight is ON.
(IT_write_glyphs): Rewritten for the new redisplay engine.
(IT_change_line_highlight): Add (unused) parameter Y, since that's
how the hook is called by term.c.
(IT_copy_glyphs): New function, copies an area of the display in
video RAM.
(IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
redisplay now calls it even if char_ins_del_ok is zero.
(IT_set_frame_parameters): Prototype changed.  Calls the new
load_color.  Puts the new fore/background colors into the default
face on current frame.
(IT_menu_display): Rewritten to handle the new struct glyph
instead of a char array.
(XMenuActivate): Call lookup_derived_face to create and use
special faces for the pop-up and drop-down menus.
src/msdos.c