> I'm going to start referring to the abstraction layer as the "FLA" unless 
> there are any objections. It's less typing ;-).

I hope it will be a good job! But it's a hard work. I can say it as a man who 
ported FLTK to low-level platform (DirectFB).

The very problem is that FTLK uses a lot of high-level functions from different 
platforms. Generally, it is X-functions of course. These functions, macroses 
and links to structures pierce all FLTK body and redefined onto other 
platforms. Thus I needed implement the most of these things. In fact, I've made 
my own small Xlib :).

It would be very cool if you could cast away the most of such dependences and 
write as many high- and middle- level functions as possible.

For instance, fancy how you would implement your FLA interface when you haven't 
neither X11 nor Win32 API ?

Good luck!
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to