Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
564946b6
Commit
564946b6
authored
Oct 11, 2003
by
Kim F. Storm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(compute_fringe_widths): Doc fix.
parent
6aa8858a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
src/xdisp.c
src/xdisp.c
+16
-1
No files found.
src/xdisp.c
View file @
564946b6
...
...
@@ -9053,7 +9053,22 @@ draw_row_fringe_bitmaps (w, row)
}
/* Compute actual fringe widths */
/* Compute actual fringe widths for frame F.
If REDRAW is 1, redraw F if the fringe settings was actually
modified and F is visible.
Since the combined left and right fringe must occupy an integral
number of columns, we may need to add some pixels to each fringe.
Typically, we add an equal amount (+/- 1 pixel) to each fringe,
but a negative width value is taken literally (after negating it).
We never make the fringes narrower than specified. It is planned
to make fringe bitmaps customizable and expandable, and at that
time, the user will typically specify the minimum number of pixels
needed for his bitmaps, so we shouldn't select anything less than
what is specified.
*/
void
compute_fringe_widths (f, redraw)
...
...
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