]> git.eshelyaron.com Git - emacs.git/commitdiff
Line break fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Oct 2007 18:51:21 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Oct 2007 18:51:21 +0000 (18:51 +0000)
src/xfns.c

index d1f35eee4e7903bc104e5454290e2662278a768f..f0cb26b72b4b94efe0823185fe290e11c4ba6520 100644 (file)
@@ -4936,8 +4936,8 @@ x_create_tip_frame (dpyinfo, parms, text)
 
     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");