Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3967:e6ca8521a705 | 3968:16b17fd1dc93 |
---|---|
1 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Gauge values are signed integers (ints). | |
4 | |
5 * xlwgauge.h: Get rid of references to Cardinal in comment. | |
6 (XawGaugeGetValue): Declare return value as int. | |
7 (XawGaugeSetValue): Declare value as int. | |
8 | |
9 * xlwgauge.c (GaugeGetValue): Declare value as int. | |
10 (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. | |
11 (XawGaugeGetValue): Declare return value as int. | |
12 (XawGaugeSetValue): Declare value as int. | |
13 | |
1 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> | 14 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 15 |
3 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell | 16 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell |
4 (there may be more than one) to find our widget. | 17 (there may be more than one) to find our widget. |
5 | 18 |