# HG changeset patch # User Gerd Moellmann # Date 956584590 0 # Node ID 26fdeb2124f0eabf5fe4feccb01e3638731aa5fb # Parent 01a3287bb74738abceeb2e3721bde1a1dd367767 (struct frame): Add member extra_line_spacing. diff -r 01a3287bb747 -r 26fdeb2124f0 src/frame.h --- 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