Hi Adrian, Yes
On Dec 8, 2007 5:56 PM, Adrian Egli <[EMAIL PROTECTED]> wrote: > i am not sure, but i feel we have to test against: > windowWidth = clientRect.right == 0 ? 1 : clientRect.right ; > windowHeight = clientRect.bottom == 0 ? 1 : clientRect.bottom; OK now I understand, isn't C++ much clearer language than English :-) This fix is now applied and checked in. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
