Re: [Plib-devel] [PATCH] puAuxLargeInput: fix selection bug, make not needed sliders disappear
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2009-01-20 21:21:01
|
* Fay, John F Dr CTR USAF AFMC 46 SK -- Tuesday 20 January 2009: > On building it I get two compiler warnings in puAuxLargeInput.c, one on > line 1262 and the other on line 1299. [...] > I tried fixing them by changing "float maxw" to "int maxw" on line 1241. > Is this appropriate? Yes, sorry about that. I missed that and my compiler didn't complain. "int maxw" is correct. BTW: There is one minor bug left in that version for which I'll submit a fix as soon as you've committed. And I plan some more changes to puaLargeInput, but these will be handy patches. One optimization, and maybe slider changes, but that depends on the RFC outcome. :-) m. |