Mercurial > hg > xemacs-beta
comparison src/EmacsFrame.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 8de8e3f6228a |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
516 callback, we go ahead and simulate such a call */ | 516 callback, we go ahead and simulate such a call */ |
517 if (cur->core.width == new->core.width | 517 if (cur->core.width == new->core.width |
518 && cur->core.height == new->core.height) | 518 && cur->core.height == new->core.height) |
519 { | 519 { |
520 int i; | 520 int i; |
521 for (i=0; i<*argc; i++) | 521 for (i = 0; i < (int) *argc; i++) |
522 if (strcmp (argv[i].name, XtNwidth) == 0 | 522 if (strcmp (argv[i].name, XtNwidth) == 0 |
523 || strcmp (argv[i].name, XtNheight) == 0) | 523 || strcmp (argv[i].name, XtNheight) == 0) |
524 { | 524 { |
525 EmacsFrameResize (new_widget); | 525 EmacsFrameResize (new_widget); |
526 break; | 526 break; |