]> git.eshelyaron.com Git - emacs.git/commit
Fix menu bar and colors on MS-DOS.
authorEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 14:42:02 +0000 (17:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 3 Jul 2010 14:42:02 +0000 (17:42 +0300)
commitf4e8a59cc198809f258d46c4af161dbf452c56c3
treefefd449863aa84c249d4097a29fd3bd37a6e7db6
parenta52a00a3d745844419d93209ddec1c4236aed22a
parent76ea4cc96bbf9db3ed9c0f6785c85f1880c61c08
Fix menu bar and colors on MS-DOS.

 msdos.c (IT_set_frame_parameters): Set menu-bar-lines
 according to menu-bar-mode, if not set in the frame parameters
 or in default-frame-alist.  Fix setting of colors in frames
 other than the initial one.  Fix reversal of colors when
 `reverse' is specified in the frame parameters.  Call
 update_face_from_frame_parameter instead of
 internal-set-lisp-face-attribute.  Initialize screen colors
 from initial_screen_colors[] when f->default_face_done_p is
 zero, instead of depending on being called with
 default-frame-alist as the alist argument.
 xfaces.c (update_face_from_frame_parameter): Move out of
 HAVE_WINDOW_SYSTEM portion.  Condition window-system only parts
 with HAVE_WINDOW_SYSTEM.