mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
0fbd5c2588
commit
c4edb019f5
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user