It's functionality seems ok and works as I expected, but why don't inline  
these functions ?

-----
   static void event_dispatch(Fl_Event_Dispatch d) { e_dispatch = d; }
   /** Return the current event dispatch function. */
   static Fl_Event_Dispatch event_dispatch() { return e_dispatch; }
----

En 26/01/2011 20:17:11, Matthias Melcher <[email protected]> escribió:

>
> On 26.01.2011, at 10:04, Albrecht Schlosser wrote:
>
>> On 26.01.2011 00:08, Matthias Melcher wrote:
>>>
>>> On 25.01.2011, at 23:47, Domingo Alvarez Duarte wrote:
>>>
>>>> The way you've implemented doesn't allow to catch exceptions that are
>>>> recoverables and continue with the fltk application, when I proposed  
>>>> this
>>>> patch the idea is to override Fl::handle not and call the overridden
>>>> method inside a try {} catch {}, your implementation doesn't allow it.
>>>>
>>>> We need to call Fl::handle, not be called by it !
>>>
>>> OK, no problem. I'll update it tomorrow.
>>
>> But please keep your implementation as well, I like it!
>>
>> I see there are different reasons to use one or the other of them
>> (or a combination ?).
>
> Commited a new version.. Please let me know if this works for everyone.
>


-- 
Usando el revolucionario cliente de correo de Opera:  
http://www.opera.com/mail/
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to