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


FYI: looks like our fl_create_offscreen() function
is just a macro wrapper around XCreatePixmap().

The docs for XCreatePixmap()'s docs say:

    "The width and height arguments must be nonzero,
     or a BadValue error results."

So sounds like we better check w/h values in all implementations
of fl_create_offscreen() and return NULL.


Link: http://www.fltk.org/str.php?L2797
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to