diff options
| author | Gerd Moellmann | 2000-04-24 13:56:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-24 13:56:30 +0000 |
| commit | d1738c45cad5f056d63aae9fcd9b2c5dd6dc84d0 (patch) | |
| tree | 76c8e5730da2fb3cd5e4ac773d4accc9f6f669c5 /src | |
| parent | 563b67aafd1cdfa239c5ce1f6d3d6fc5567dee39 (diff) | |
| download | emacs-d1738c45cad5f056d63aae9fcd9b2c5dd6dc84d0.tar.gz emacs-d1738c45cad5f056d63aae9fcd9b2c5dd6dc84d0.zip | |
(struct frame): Add member extra_line_spacing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 373 | SCREEN_GAMMA) where viewing_gamma is 0.4545 and SCREEN_GAMMA is a | 373 | SCREEN_GAMMA) where viewing_gamma is 0.4545 and SCREEN_GAMMA is a |
| 374 | frame parameter. 0 means don't do gamma correction. */ | 374 | frame parameter. 0 means don't do gamma correction. */ |
| 375 | double gamma; | 375 | double gamma; |
| 376 | |||
| 377 | /* Additional space to put between text lines on this frame. */ | ||
| 378 | int extra_line_spacing; | ||
| 376 | }; | 379 | }; |
| 377 | 380 | ||
| 378 | #ifdef MULTI_KBOARD | 381 | #ifdef MULTI_KBOARD |