]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/lyx_gui.C
fix "posx, posx" typo.
[lyx.git] / 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)) {