mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(XMenuActivate): Adjuted for the change of lookup_derived_face.
This commit is contained in:
parent
957e7394d7
commit
f6218dab9d
1 changed files with 4 additions and 4 deletions
|
|
@ -3868,15 +3868,15 @@ XMenuActivate (Display *foo, XMenu *menu, int *pane, int *selidx,
|
|||
screensize = screen_size * 2;
|
||||
faces[0]
|
||||
= lookup_derived_face (sf, intern ("msdos-menu-passive-face"),
|
||||
0, DEFAULT_FACE_ID);
|
||||
DEFAULT_FACE_ID);
|
||||
faces[1]
|
||||
= lookup_derived_face (sf, intern ("msdos-menu-active-face"),
|
||||
0, DEFAULT_FACE_ID);
|
||||
DEFAULT_FACE_ID);
|
||||
selectface = intern ("msdos-menu-select-face");
|
||||
faces[2] = lookup_derived_face (sf, selectface,
|
||||
0, faces[0]);
|
||||
faces[0]);
|
||||
faces[3] = lookup_derived_face (sf, selectface,
|
||||
0, faces[1]);
|
||||
faces[1]);
|
||||
|
||||
/* Make sure the menu title is always displayed with
|
||||
`msdos-menu-active-face', no matter where the mouse pointer is. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue