(load_color): Remove static from definition and remove
authorEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 1999 08:19:22 +0000 (08:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 30 Jul 1999 08:19:22 +0000 (08:19 +0000)
commit44747bd00a9ad0b01f776f5dcd0ed0810112d771
treee680677722da3e2e95a0a83d058e9b8983b29173
parente4441df01c386c7ce3e4092c9acd71c61b79862e
(load_color): Remove static from definition and remove
prototype.
[MSDOS]: Add a DOS-specific version of load_color.
(lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
(lookup_derived_face): New function.
(realize_default_face): Support MSDOS frames.
[MSDOS]: If fore/background colors are unspecified, inherit them
from the frame.
(realize_face): Support MSDOS frames.
(realize_tty_face): Support MSDOS frames.
[MSDOS]: If the face color is not in Vface_tty_color_alist, call
load_color to try to find a suitable approximation.  If the face
is inverse-video, swap the foreground and background colors.
src/xfaces.c