diff options
| -rw-r--r-- | lwlib/lwlib-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/lwlib-utils.c b/lwlib/lwlib-utils.c index c966e9645e5..9e535c1996d 100644 --- a/lwlib/lwlib-utils.c +++ b/lwlib/lwlib-utils.c | |||
| @@ -63,7 +63,7 @@ XtApplyToWidgets (w, proc, arg) | |||
| 63 | int nkids = cw->composite.num_children; | 63 | int nkids = cw->composite.num_children; |
| 64 | Widget *kids = (Widget *) malloc (sizeof (Widget) * nkids); | 64 | Widget *kids = (Widget *) malloc (sizeof (Widget) * nkids); |
| 65 | int i; | 65 | int i; |
| 66 | bcopy (cw->composite.children, kids, sizeof (Widget) * nkids); | 66 | lwlib_bcopy (cw->composite.children, kids, sizeof (Widget) * nkids); |
| 67 | for (i = 0; i < nkids; i++) | 67 | for (i = 0; i < nkids; i++) |
| 68 | /* This prevent us from using gadgets, why is it here? */ | 68 | /* This prevent us from using gadgets, why is it here? */ |
| 69 | /* if (XtIsWidget (kids [i])) */ | 69 | /* if (XtIsWidget (kids [i])) */ |