emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c,v [EMACS_22_BASE]
Date: Sun, 14 Oct 2007 18:51:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/10/14 18:51:22

Index: xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.681.2.7
retrieving revision 1.681.2.8
diff -u -b -r1.681.2.7 -r1.681.2.8
--- xfns.c      14 Oct 2007 02:50:11 -0000      1.681.2.7
+++ xfns.c      14 Oct 2007 18:51:21 -0000      1.681.2.8
@@ -4936,8 +4936,8 @@
 
     if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
       disptype = intern ("mono");
-    else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale ||
-             FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
+    else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
+             || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
       disptype = intern ("grayscale");
     else
       disptype = intern ("color");




reply via email to

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