On 6 Jun 2007, at 21:22, Mariwan wrote:

>> I'm pretty sure that OksiD had changed the widget co-ordinates to int
>> rather than short in his patched 1.1.6 variant, which would probably
>> explain why it might have worked before with his patched version.

> could you please give me which file and the nr of line that you  
> think he changed?
> I have the patch and I compared by myself the two package, I don't  
> see (find) what you say.

I don't think the change is localised in any one place - it needs to  
be changed in many places...
Like in Fl_Widget.H around line 59;

        short x_,y_,w_,h_;

has become;

        int x_,y_,w_,h_;

Then later on, near line 84, he has removed a lot of casts to (short)  
so that the passed values work as ints. etc. And so on in many  
widgets...

-- 
Ian

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to