]> code.delx.au - gnu-emacs/commitdiff
(struct frame): Add member extra_line_spacing.
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:56:30 +0000 (13:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:56:30 +0000 (13:56 +0000)
src/frame.h

index 561b144acce04bb53b34198cbb9502119f2a9e7b..41696bad8729267601f7e0586522ed191ae0b6c5 100644 (file)
@@ -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