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
2d83441c
Commit
2d83441c
authored
Sep 15, 2014
by
Eli Zaretskii
Browse files
src/dispextern.h: Commentary fix.
parent
6b682d2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/dispextern.h
src/dispextern.h
+3
-1
No files found.
src/dispextern.h
View file @
2d83441c
...
...
@@ -2530,7 +2530,9 @@ struct it
/* First and last visible x-position in the display area. If window
is hscrolled by n columns, first_visible_x == n * FRAME_COLUMN_WIDTH
(f), and last_visible_x == pixel width of W + first_visible_x. */
(f), and last_visible_x == pixel width of W + first_visible_x.
When truncation or continuation glyphs are produced due to lack of
fringes, last_visible_x excludes the space required for these glyphs. */
int
first_visible_x
,
last_visible_x
;
/* Last visible y-position + 1 in the display area without a mode
...
...
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