[fltk.development] Compilation's problem on linux

2007-04-23 Thread TSalm
Hi all, In first, i would says a great thank about this wonderfull library ! I'm using it on Linux. I've just loaded the SVN, and 'make' send me the message : Compiling Image.cxx... In file included from Image.cxx:90: x11/Image.cxx: In function `void direct_32(const uchar*, uchar*, int)': x

[fltk.development] [RFE] STR #1659: Missing "virtual" keyword in some .h files

2007-04-23 Thread Gonzalo Garramuno
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Currently, a number of .h files describe several of their inherited functions as non-virtual ones. > grep '^\s*int.*handle' fltk/* > grep '^\s*void.*layout()' fltk/* > grep '^\s*void.*draw()' fltk/* > grep '

[fltk.development] Image default sizes

2007-04-23 Thread Sanel Zukan
Just to ask about default sizes for Image objects. As it can be seen, now default values are w:12, h:12. I didn't notice this until recently, and noticed also that older revisions contains w:-1, h:-1 pair. If I can ask, why default values are 12? Magic number or...? -- Sanel ___