Greg Ercolano wrote:
> - char al = (scrollbar.align()&FL_ALIGN_LEFT!=0);
> - char at = (scrollbar.align()&FL_ALIGN_TOP!=0);
> + char al = (scrollbar.align()&FL_ALIGN_LEFT)!=0;
> + char at = (scrollbar.align()&FL_ALIGN_TOP)!=0;
>
> Comments welcome.
Oh, and arguably an extra set of parens around the whole thing
depending on how itchy the compilers are.
BTW, I don't have a 4.3.x GCC available, or I'd test it.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev