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
8eefe2b8
Commit
8eefe2b8
authored
May 16, 1994
by
Richard M. Stallman
Browse files
entered into RCS
parent
c554da1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lwlib/lwlib-utils.c
lwlib/lwlib-utils.c
+1
-1
No files found.
lwlib/lwlib-utils.c
View file @
8eefe2b8
...
...
@@ -63,7 +63,7 @@ XtApplyToWidgets (w, proc, arg)
int
nkids
=
cw
->
composite
.
num_children
;
Widget
*
kids
=
(
Widget
*
)
malloc
(
sizeof
(
Widget
)
*
nkids
);
int
i
;
bcopy
(
cw
->
composite
.
children
,
kids
,
sizeof
(
Widget
)
*
nkids
);
lwlib_
bcopy
(
cw
->
composite
.
children
,
kids
,
sizeof
(
Widget
)
*
nkids
);
for
(
i
=
0
;
i
<
nkids
;
i
++
)
/* This prevent us from using gadgets, why is it here? */
/* if (XtIsWidget (kids [i])) */
...
...
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