Mercurial > emacs
changeset 28691:26fdeb2124f0
(struct frame): Add member extra_line_spacing.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 24 Apr 2000 13:56:30 +0000 |
parents | 01a3287bb747 |
children | a22cc42e941d |
files | src/frame.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Mon Apr 24 13:56:04 2000 +0000 +++ b/src/frame.h Mon Apr 24 13:56:30 2000 +0000 @@ -373,6 +373,9 @@ 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