changeset 43123:3349c41a0c5e

(use-fancy-splash-screens-p): Need 19 lines, beyond the image height, to use the fancy splash screen.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Feb 2002 14:59:10 +0000
parents 2630388260f5
children 67ff08aaa0d0
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Wed Feb 06 14:57:57 2002 +0000
+++ b/lisp/startup.el	Wed Feb 06 14:59:10 2002 +0000
@@ -1284,7 +1284,7 @@
 				      "splash.xpm" "splash.pbm"))))
 	   (image-height (and img (cdr (image-size img))))
 	   (window-height (1- (window-height (selected-window)))))
-      (> window-height (+ image-height 15)))))
+      (> window-height (+ image-height 19)))))
 
 
 (defun normal-splash-screen ()