comparison src/xfns.c @ 79085:1ac5ff9d4bd4

Line break fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Oct 2007 18:51:21 +0000
parents 1e0460efd25e
children 5bb5f9a8abab 591c29778a30
comparison
equal deleted inserted replaced
79084:1321ef56d537 79085:1ac5ff9d4bd4
4934 { 4934 {
4935 Lisp_Object disptype; 4935 Lisp_Object disptype;
4936 4936
4937 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1) 4937 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
4938 disptype = intern ("mono"); 4938 disptype = intern ("mono");
4939 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale || 4939 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
4940 FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray) 4940 || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
4941 disptype = intern ("grayscale"); 4941 disptype = intern ("grayscale");
4942 else 4942 else
4943 disptype = intern ("color"); 4943 disptype = intern ("color");
4944 4944
4945 if (NILP (Fframe_parameter (frame, Qdisplay_type))) 4945 if (NILP (Fframe_parameter (frame, Qdisplay_type)))