mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 23:01:31 +00:00
Fix for Irix. Pass Positions to XtMoveWidget
This commit is contained in:
parent
26a2dac597
commit
f26f8b9506
@ -657,7 +657,7 @@ void nsWindow::Move(PRUint32 aX, PRUint32 aY)
|
||||
mBounds.y = aY;
|
||||
// UpdateVisibilityFlag();
|
||||
// UpdateDisplay();
|
||||
XtMoveWidget(mWidget, aX, GetYCoord(aY));
|
||||
XtMoveWidget(mWidget, (Position)aX,(Position)GetYCoord(aY));
|
||||
// XtVaSetValues(mWidget, XmNx, aX, XmNy, GetYCoord(aY), nsnull);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user