Hi,

I believe X/Y's should match.

rgds
jp

Index: GraphicsWindowX11.cpp
===================================================================
--- GraphicsWindowX11.cpp       (revision 12909)
+++ GraphicsWindowX11.cpp       (working copy)
@@ -1255,7 +1255,7 @@
OSG_INFO<<"ConfigureNotify x="<<ev.xconfigure.x<<" y="<<ev.xconfigure.y<<" width="<<ev.xconfigure.width<<", height="<<ev.xconfigure.height<<std::endl;

                 if (windowX != ev.xconfigure.x ||
-                    windowX != ev.xconfigure.y ||
+                    windowY != ev.xconfigure.y ||
                     windowWidth != ev.xconfigure.width ||
                     windowHeight != ev.xconfigure.height)
                 {

--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Attachment: GraphicsWindowX11.cpp.gz
Description: application/gzip

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to