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
77ddeda4
Commit
77ddeda4
authored
Apr 11, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fmouse_position) [!MULTI_FRAME]: Declare col and row.
parent
6cbff1cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
77ddeda4
...
...
@@ -1853,6 +1853,7 @@ and nil for X and Y.")
Lisp_Object
lispy_dummy
;
enum
scroll_bar_part
party_dummy
;
Lisp_Object
x
,
y
;
int
col
,
row
;
unsigned
long
long_dummy
;
f
=
selected_frame
;
...
...
@@ -1864,7 +1865,6 @@ and nil for X and Y.")
&
lispy_dummy
,
&
party_dummy
,
&
x
,
&
y
,
&
long_dummy
);
col
=
XINT
(
x
);
row
=
XINT
(
y
);
glyph_to_pixel_coords
(
f
,
col
,
row
,
&
col
,
&
row
);
...
...
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