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
a8097b6c
Commit
a8097b6c
authored
Apr 09, 1994
by
Richard M. Stallman
Browse files
(Fx_popup_menu): Use line_height field.
parent
230a75fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xmenu.c
src/xmenu.c
+1
-1
No files found.
src/xmenu.c
View file @
a8097b6c
...
...
@@ -746,7 +746,7 @@ cached information about equivalent key sequences.")
f
=
XFRAME
(
WINDOW_FRAME
(
XWINDOW
(
window
)));
xpos
=
(
FONT_WIDTH
(
f
->
display
.
x
->
font
)
*
XWINDOW
(
window
)
->
left
);
ypos
=
(
FONT_HEIGHT
(
f
->
display
.
x
->
font
)
*
XWINDOW
(
window
)
->
top
);
ypos
=
(
f
->
display
.
x
->
line_height
*
XWINDOW
(
window
)
->
top
);
}
else
/* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,
...
...
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