]> git.lyx.org Git - lyx.git/commitdiff
fix "posx, posx" typo.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 30 May 2006 13:39:34 +0000 (13:39 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 30 May 2006 13:39:34 +0000 (13:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13968 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/lyx_gui.C

index 4cece7b4aaab34a02c3d467c01771c23ad2d979d..6e633f11b632ea919e9a58c2361854f8be772f27 100644 (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)) {