I'm going to agree with Julien that this is wrong.

See ML history for details:

Message-ID: <1315514308476-3321065.post@n3.nabble.com>
This commit is contained in:
Joseph Powers 2011-09-08 21:37:13 -07:00
parent 82f6c0502e
commit 64c15de648

View file

@ -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;