diff options
| author | Richard M. Stallman | 1994-05-16 20:47:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-16 20:47:35 +0000 |
| commit | 8eefe2b85bd37dcc2510261ea6898a54844805c8 (patch) | |
| tree | f9e82d89bfebc67d8880663411ad1a535a4cf881 /lwlib | |
| parent | c554da1f7d3f2dfd4b3be57101abd7bb6377cfca (diff) | |
| download | emacs-8eefe2b85bd37dcc2510261ea6898a54844805c8.tar.gz emacs-8eefe2b85bd37dcc2510261ea6898a54844805c8.zip | |
entered into RCS
Diffstat (limited to 'lwlib')
| -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])) */ |