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
c9fc1599
Commit
c9fc1599
authored
Feb 19, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_window_to_frame): Add parens for clarity.
parent
1dea5a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/xfns.c
src/xfns.c
+2
-2
No files found.
src/xfns.c
View file @
c9fc1599
...
...
@@ -263,8 +263,8 @@ x_window_to_frame (wdesc)
#ifdef USE_X_TOOLKIT
if
(
f
->
display
.
nothing
==
1
)
return
0
;
if
(
f
->
display
.
x
->
edit_widget
&&
XtWindow
(
f
->
display
.
x
->
edit_widget
)
==
wdesc
if
(
(
f
->
display
.
x
->
edit_widget
&&
XtWindow
(
f
->
display
.
x
->
edit_widget
)
==
wdesc
)
||
f
->
display
.
x
->
icon_desc
==
wdesc
)
return
f
;
#else
/* not USE_X_TOOLKIT */
...
...
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