[fltk.bugs] [LOW] STR #2798: X11 coordinate clipping - label

2011-12-22 Thread David FLEURY
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2798 Version: 1.3-current It seems that X11 use short value for drawing string (XDrawString), for Fl_Tree_Item, it can make problem of drawing labels when x, y overflow

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

2011-12-21 Thread David FLEURY
David's workaround was to do: myi-other_xid = ( w() h() ? fl_create_offscreen(w(),h()) : 0 ); instead, i.e. only create the offscreen surface for the double buffering of the window if the window has non-zero size. Otherwise, other_xid is set to NULL. It looks like *most* other