From c4edb019f53f90c1ce1cc6965d4ba6451e32be63 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 30 May 2006 13:39:34 +0000 Subject: [PATCH] fix "posx, posx" typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13968 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/lyx_gui.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/xforms/lyx_gui.C b/src/frontends/xforms/lyx_gui.C index 4cece7b4aa..6e633f11b6 100644 --- a/src/frontends/xforms/lyx_gui.C +++ b/src/frontends/xforms/lyx_gui.C @@ -256,7 +256,7 @@ void start(string const & batch, vector 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)) { -- 2.39.2