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


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

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/14 18:52:40

Index: xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -b -r1.693 -r1.694
--- xfns.c      14 Oct 2007 02:49:58 -0000      1.693
+++ xfns.c      14 Oct 2007 18:52:40 -0000      1.694
@@ -4956,8 +4956,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]