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
52377a47
Commit
52377a47
authored
Oct 06, 1999
by
Gerd Moellmann
Browse files
(display_menu_bar): Use MENU_FACE_ID instead of
MODE_LINE_FACE_ID.
parent
8317e104
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/xdisp.c
src/xdisp.c
+3
-3
No files found.
src/xdisp.c
View file @
52377a47
...
...
@@ -11329,7 +11329,7 @@ display_menu_bar (w)
#ifdef USE_X_TOOLKIT
xassert (!FRAME_WINDOW_P (f));
init_iterator (&it, w, -1, -1, f->desired_matrix->rows, M
ODE_LINE
_FACE_ID);
init_iterator (&it, w, -1, -1, f->desired_matrix->rows, M
ENU
_FACE_ID);
it.first_visible_x = 0;
it.last_visible_x = FRAME_WINDOW_WIDTH (f) * CANON_X_UNIT (f);
#else /* not USE_X_TOOLKIT */
...
...
@@ -11341,7 +11341,7 @@ display_menu_bar (w)
xassert (WINDOWP (f->menu_bar_window));
menu_w = XWINDOW (f->menu_bar_window);
init_iterator (&it, menu_w, -1, -1, menu_w->desired_matrix->rows,
M
ODE_LINE
_FACE_ID);
M
ENU
_FACE_ID);
it.first_visible_x = 0;
it.last_visible_x = FRAME_WINDOW_WIDTH (f) * CANON_X_UNIT (f);
}
...
...
@@ -11350,7 +11350,7 @@ display_menu_bar (w)
/* This is a TTY frame, i.e. character hpos/vpos are used as
pixel x/y. */
init_iterator (&it, w, -1, -1, f->desired_matrix->rows,
M
ODE_LINE
_FACE_ID);
M
ENU
_FACE_ID);
it.first_visible_x = 0;
it.last_visible_x = FRAME_WIDTH (f);
}
...
...
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