fix "posx, posx" typo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-05-30 13:39:34 +00:00
parent 0fbd5c2588
commit c4edb019f5

View File

@ -256,7 +256,7 @@ void start(string const & batch, vector<string> const & files,
unsigned int width, unsigned int height, int posx, int posy)
{
int const geometryBitmask =
XParseGeometry(geometry, &posx, &posx, &width, &height);
XParseGeometry(geometry, &posx, &posy, &width, &height);
// if width is not set by geometry, check it against monitor width
if (!(geometryBitmask & WidthValue)) {