emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v
Date: Tue, 25 Sep 2007 08:53:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   07/09/25 08:53:59

Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -b -r1.349 -r1.350
--- frame.c     21 Sep 2007 07:20:32 -0000      1.349
+++ frame.c     25 Sep 2007 08:53:59 -0000      1.350
@@ -601,12 +601,6 @@
   else
     f->output_method = output_termcap;
 #else
-#ifdef WINDOWSNT
-  f->output_method = output_termcap;
-  f->terminal = terminal;
-  f->terminal->reference_count++;
-  create_w32cons_output (f);
-#else
 #ifdef MAC_OS8
   make_mac_terminal_frame (f);
 #else
@@ -635,7 +629,6 @@
   FRAME_BACKGROUND_PIXEL(f) = FACE_TTY_DEFAULT_BG_COLOR;
 #endif
 #endif /* MAC_OS8 */
-#endif /* WINDOWSNT */
 #endif /* MSDOS */
 
   if (!noninteractive)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]