From: Gerd Moellmann Date: Mon, 24 Apr 2000 13:56:30 +0000 (+0000) Subject: (struct frame): Add member extra_line_spacing. X-Git-Tag: emacs-pretest-21.0.90~4158 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1738c45cad5f056d63aae9fcd9b2c5dd6dc84d0;p=emacs.git (struct frame): Add member extra_line_spacing. --- diff --git a/src/frame.h b/src/frame.h index 561b144acce..41696bad872 100644 --- a/src/frame.h +++ b/src/frame.h @@ -373,6 +373,9 @@ struct frame SCREEN_GAMMA) where viewing_gamma is 0.4545 and SCREEN_GAMMA is a frame parameter. 0 means don't do gamma correction. */ double gamma; + + /* Additional space to put between text lines on this frame. */ + int extra_line_spacing; }; #ifdef MULTI_KBOARD