aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-14 18:53:16 +0000
committerRichard M. Stallman2007-10-14 18:53:16 +0000
commit219ccf1b799f339600388c533ed5efdb37e49cdb (patch)
treec2d37713bcb64bc476bc8c3558c7e03f3b90cb06 /src/xfns.c
parent35277b034b9194abe70d437fd73c3792152076e5 (diff)
downloademacs-219ccf1b799f339600388c533ed5efdb37e49cdb.tar.gz
emacs-219ccf1b799f339600388c533ed5efdb37e49cdb.zip
Line break fix.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 1ca39d35d66..fd59953fe73 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4956,8 +4956,8 @@ x_create_tip_frame (dpyinfo, parms, text)
4956 4956
4957 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1) 4957 if (FRAME_X_DISPLAY_INFO (f)->n_planes == 1)
4958 disptype = intern ("mono"); 4958 disptype = intern ("mono");
4959 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale || 4959 else if (FRAME_X_DISPLAY_INFO (f)->visual->class == GrayScale
4960 FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray) 4960 || FRAME_X_DISPLAY_INFO (f)->visual->class == StaticGray)
4961 disptype = intern ("grayscale"); 4961 disptype = intern ("grayscale");
4962 else 4962 else
4963 disptype = intern ("color"); 4963 disptype = intern ("color");