[fltk.development] FL_EXPORT missing in several places, plus sugestion to change some structs to classes

2010-05-16 Thread Domingo Alvarez Duarte
Here is a patch that shows several places where FL_EXPORT is missing plus some structs changed to classes. -- Usando el revolucionario cliente de correo de Opera: http://www.opera.com/mail/ fltk-fl-exports.diff Description: Binary data ___ fltk-d

Re: [fltk.development] FL_EXPORT missing in several places, plus sugestion to change some structs to classes

2010-05-16 Thread imacarthur
On 16 May 2010, at 9:49, Domingo Alvarez Duarte wrote: > Here is a patch that shows several places where FL_EXPORT is missing OK - handy. > plus some structs changed to classes. OK, but; Why are the structs wrong? It seems to me the public visibility is harmless (and possibly good) here, so

Re: [fltk.development] FL_EXPORT missing in several places, plus sugestion to change some structs to classes

2010-05-16 Thread Domingo Alvarez Duarte
No problem at all with the structs other than I'm doing a parser to generate bindings for FLTK and LUA and it simplifies things if all external accessible structs are only class. En 16/05/2010 13:05:18, imacarthur escribió: > > On 16 May 2010, at 9:49, Domingo Alvarez Duarte wrote: > >> Here