changeset 93915:d7c350803773

(redisplay_internal) [!WINDOWSNT]: Conditionalize last change.
author Jason Rumney <jasonr@gnu.org>
date Wed, 09 Apr 2008 13:29:44 +0000
parents cd8f3c07b9d0
children cabc887aeb8a
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Wed Apr 09 12:14:52 2008 +0000
+++ b/src/xdisp.c	Wed Apr 09 13:29:44 2008 +0000
@@ -11188,7 +11188,9 @@
 	 the whole thing.  */
       windows_or_buffers_changed++;
       SET_FRAME_GARBAGED (sf);
+#ifndef WINDOWSNT
       set_tty_color_mode (FRAME_TTY (sf), sf);
+#endif
       FRAME_TTY (sf)->previous_frame = sf;
     }