[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/frame.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/frame.c |
Date: |
Mon, 26 Aug 2002 05:56:08 -0400 |
Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.288 emacs/src/frame.c:1.289
*** emacs/src/frame.c:1.288 Tue Jul 16 15:48:25 2002
--- emacs/src/frame.c Mon Aug 26 05:56:07 2002
***************
*** 490,495 ****
--- 490,499 ----
make_mac_terminal_frame (f);
#else
f->output_data.x = &tty_display;
+ #ifdef CANNOT_DUMP
+ FRAME_FOREGROUND_PIXEL(f) = FACE_TTY_DEFAULT_FG_COLOR;
+ FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR;
+ #endif
#endif /* MAC_OS8 */
#endif /* WINDOWSNT */
#endif /* MSDOS */
- [Emacs-diffs] Changes to emacs/src/frame.c,
Kim F. Storm <=