/[emacs]/emacs/src/frame.c
ViewVC logotype

Diff of /emacs/src/frame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.288 by raeburn, Tue Jul 16 19:48:25 2002 UTC revision 1.289 by kfstorm, Mon Aug 26 09:56:07 2002 UTC
# Line 490  make_terminal_frame () Line 490  make_terminal_frame ()
490    make_mac_terminal_frame (f);    make_mac_terminal_frame (f);
491  #else  #else
492    f->output_data.x = &tty_display;    f->output_data.x = &tty_display;
493    #ifdef CANNOT_DUMP
494      FRAME_FOREGROUND_PIXEL(f) = FACE_TTY_DEFAULT_FG_COLOR;
495      FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR;
496    #endif
497  #endif /* MAC_OS8 */  #endif /* MAC_OS8 */
498  #endif /* WINDOWSNT */  #endif /* WINDOWSNT */
499  #endif /* MSDOS */  #endif /* MSDOS */

Legend:
Removed from v.1.288  
changed lines
  Added in v.1.289

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26