On 25 Mar 2007, at 5:02, Alex wrote: > There seems to be a lacking case consistency among FLTK's headers. > Some files start with `Fl', some 'fl', most end in `H', some do > not. Sure it may not matter on Win32, but when you port to unix > based systems, the code will fail to compile if users are careless > in which case they use. > And it makes it very hard to be correct when you have to look up > the correct file name before you include it. It would be nice if > they had some consistency. > > Personally I would prefer all lowercase filename, no caps at all. > But that's me. > > I don't know if this has been addressed in V.2, since I'm only > using 1.1.7, but I find it slightly annoying.
This is all covered in the CMP I'm pretty sure... try here: http://www.fltk.org/cmp.php#FILE_MANAGEMENT Anyway, there's a pattern; FL_ for class stuff fl_ for helper functions .H for C++ headers .h for c headers So I guess it makes sense? -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

