Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1738c45
Commit
d1738c45
authored
Apr 24, 2000
by
Gerd Moellmann
Browse files
(struct frame): Add member extra_line_spacing.
parent
563b67aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/frame.h
src/frame.h
+3
-0
No files found.
src/frame.h
View file @
d1738c45
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment