[fltk.bugs] [LOW] STR #2797: X errors occur when XDBE disabled + Fl_Double_Windows resized to zero on W or H

2011-12-19 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2797 Version: 1.3-current (See thread in fltk.general Tile sample and X_CreatePixmap error) On linux (centos 5.5 for me), building fltk 1.3.x with 'configure

Re: [fltk.general] Tile sample and X_CreatePixmap error

2011-12-19 Thread Albrecht Schlosser
On 16.12.2011 18:42, Greg Ercolano wrote: On 12/16/11 09:12, Ian MacArthur wrote: [32bit vs 64bit observations] Just to add some info to the mix: I tried a test between two linux machines: 1) fedora 3 32bit/Xorg 6.8.1 (2004)/flwm 2) centos 5.5

Re: [fltk.general] Tile sample and X_CreatePixmap error

2011-12-19 Thread Greg Ercolano
On 12/19/11 01:40, Albrecht Schlosser wrote: Greg, what happens if you configure FLTK in these cases with --disable-xdbe? Or did you? According to what Ian wrote, this would be necessary to replicate the effect, if your system used XDBE otherwise (the default). Hadn't tried it.. I'll give

Re: [fltk.general] Fl_Tree - performance and scroll behavior issue

2011-12-19 Thread David FLEURY
Under 32bits OS, using the same code, but this generateTree, the tree item over 65536 overlapped the first one. May be an unsigned short is used somewhere instead of the original int for computing Y. void generateTree(size_t s, vectorstring tree) { for ( size_t i = 0; tree.size() s; ++i