Mercurial > hg > xemacs-beta
comparison src/EmacsShell-sub.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 3d6bfa290dbd |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
350 will mess up geometry specifications with negative positional | 350 will mess up geometry specifications with negative positional |
351 offsets. */ | 351 offsets. */ |
352 if (!XtIsRealized (wid)) | 352 if (!XtIsRealized (wid)) |
353 { | 353 { |
354 Widget child = NULL; | 354 Widget child = NULL; |
355 int i; | 355 Cardinal i; |
356 | 356 |
357 /* the managed child indicates what our size is */ | 357 /* the managed child indicates what our size is */ |
358 for (i = 0; i < w->composite.num_children; i++) { | 358 for (i = 0; i < w->composite.num_children; i++) { |
359 if (XtIsManaged(w->composite.children[i])) { | 359 if (XtIsManaged(w->composite.children[i])) { |
360 child = w->composite.children[i]; | 360 child = w->composite.children[i]; |