X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2FEmacsFrame.c;h=0a1433489d9b67907943d14270ab79561f60fc0c;hb=9a5658f42f3d443fdc3a614f517b672d4382ae3c;hp=78ac737dda5c128d4c40652345c93aed368fed04;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89;p=chise%2Fxemacs-chise.git diff --git a/src/EmacsFrame.c b/src/EmacsFrame.c index 78ac737..0a14334 100644 --- a/src/EmacsFrame.c +++ b/src/EmacsFrame.c @@ -517,7 +517,7 @@ EmacsFrameSetValues (Widget cur_widget, Widget req_widget, Widget new_widget, if (cur->core.width == new->core.width && cur->core.height == new->core.height) { - int i; + Cardinal i; for (i=0; i<*argc; i++) if (strcmp (argv[i].name, XtNwidth) == 0 || strcmp (argv[i].name, XtNheight) == 0)