Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f799fd9
Commit
0f799fd9
authored
Aug 30, 1999
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
instead of FRAME_FLAGS_AREA_WIDTH.
parent
e1b7d46c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispnew.c
src/dispnew.c
+1
-1
No files found.
src/dispnew.c
View file @
0f799fd9
...
...
@@ -5138,7 +5138,7 @@ mode_line_string (w, x, y, mode_line_p, charpos)
and bitmap area width. */
if
(
FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT
(
f
))
x
+=
FRAME_SCROLL_BAR_COLS
(
f
)
*
CANON_X_UNIT
(
f
);
x
+=
FRAME_FLAGS_AREA_WIDTH
(
f
);
x
+=
FRAME_
LEFT_
FLAGS_AREA_WIDTH
(
f
);
/* Find the glyph under X. If we find one with a string object,
it's the one we were looking for. */
...
...
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