Mercurial > hg > xemacs-beta
diff src/ExternalShell.c @ 877:e54d47b2d736
[xemacs-hg @ 2002-06-23 09:54:35 by stephent]
warning fixes <87bsa2qymn.fsf@tleepslib.sk.tsukuba.ac.jp>
unicode improvements <87znxmpc96.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Jun 2002 09:54:41 +0000 |
parents | 8de8e3f6228a |
children | 8de911beca70 |
line wrap: on
line diff
--- a/src/ExternalShell.c Sun Jun 23 09:26:37 2002 +0000 +++ b/src/ExternalShell.c Sun Jun 23 09:54:41 2002 +0000 @@ -611,8 +611,7 @@ hack_event_masks_1 (Display *display, Window w, int this_window_propagate) { Window root, parent, *children; - unsigned int nchildren; - int i; + unsigned int nchildren, i; if (!XQueryTree (display, w, &root, &parent, &children, &nchildren)) return;