Mercurial > hg > xemacs-beta
diff lwlib/ChangeLog @ 3968:16b17fd1dc93
[xemacs-hg @ 2007-05-20 15:56:30 by stephent]
Fix type declarations in progress gauge widget. <873b1r8owl.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 20 May 2007 15:56:36 +0000 |
parents | 7bc12bb1a2cf |
children | 1af222c75869 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Sat May 19 21:51:03 2007 +0000 +++ b/lwlib/ChangeLog Sun May 20 15:56:36 2007 +0000 @@ -1,3 +1,16 @@ +2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> + + Gauge values are signed integers (ints). + + * xlwgauge.h: Get rid of references to Cardinal in comment. + (XawGaugeGetValue): Declare return value as int. + (XawGaugeSetValue): Declare value as int. + + * xlwgauge.c (GaugeGetValue): Declare value as int. + (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. + (XawGaugeGetValue): Declare return value as int. + (XawGaugeSetValue): Declare value as int. + 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell