[Libreoffice-commits] .: vcl/aqua

Joseph Powers jpowers at kemper.freedesktop.org
Thu Sep 8 22:25:24 PDT 2011


 vcl/aqua/source/window/salframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 64c15de6489b5a72f8530b66968d3d1660d39d55
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Thu Sep 8 21:37:13 2011 -0700

    I'm going to agree with Julien that this is wrong.
    
    See ML history for details:
    
    Message-ID: <1315514308476-3321065.post at n3.nabble.com>

diff --git a/vcl/aqua/source/window/salframe.cxx b/vcl/aqua/source/window/salframe.cxx
index 6c06339..56eff66 100644
--- a/vcl/aqua/source/window/salframe.cxx
+++ b/vcl/aqua/source/window/salframe.cxx
@@ -628,7 +628,7 @@ void AquaSalFrame::SetWindowState( const SalFrameState* pState )
     UpdateFrameGeometry();
 
     sal_uInt16 nEvent = 0;
-    if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_X) )
+    if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_Y) )
     {
         mbPositioned = true;
         nEvent = SALEVENT_MOVE;


More information about the Libreoffice-commits mailing list